Skip to content

Latest commit

 

History

History
805 lines (442 loc) · 24.8 KB

WritableDeviceWithConfigContextRequest.md

File metadata and controls

805 lines (442 loc) · 24.8 KB

WritableDeviceWithConfigContextRequest

Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
DeviceType int32
DeviceRole int32 The function this device serves
Tenant Pointer to NullableInt32 [optional]
Platform Pointer to NullableInt32 [optional]
Serial Pointer to string Chassis serial number, assigned by the manufacturer [optional]
AssetTag Pointer to NullableString A unique tag used to identify this device [optional]
Site int32
Location Pointer to NullableInt32 [optional]
Rack Pointer to NullableInt32 [optional]
Position Pointer to NullableFloat64 [optional]
Face Pointer to string * `front` - Front * `rear` - Rear [optional]
Status Pointer to string * `offline` - Offline * `active` - Active * `planned` - Planned * `staged` - Staged * `failed` - Failed * `inventory` - Inventory * `decommissioning` - Decommissioning [optional]
Airflow Pointer to string * `front-to-rear` - Front to rear * `rear-to-front` - Rear to front * `left-to-right` - Left to right * `right-to-left` - Right to left * `side-to-rear` - Side to rear * `passive` - Passive * `mixed` - Mixed [optional]
PrimaryIp4 Pointer to NullableInt32 [optional]
PrimaryIp6 Pointer to NullableInt32 [optional]
Cluster Pointer to NullableInt32 [optional]
VirtualChassis Pointer to NullableInt32 [optional]
VcPosition Pointer to NullableInt32 [optional]
VcPriority Pointer to NullableInt32 Virtual chassis master election priority [optional]
Description Pointer to string [optional]
Comments Pointer to string [optional]
LocalContextData Pointer to map[string]interface{} Local config context data takes precedence over source contexts in the final rendered config context [optional]
Tags Pointer to []NestedTagRequest [optional]
CustomFields Pointer to map[string]interface{} [optional]

Methods

NewWritableDeviceWithConfigContextRequest

func NewWritableDeviceWithConfigContextRequest(deviceType int32, deviceRole int32, site int32, ) *WritableDeviceWithConfigContextRequest

NewWritableDeviceWithConfigContextRequest instantiates a new WritableDeviceWithConfigContextRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewWritableDeviceWithConfigContextRequestWithDefaults

func NewWritableDeviceWithConfigContextRequestWithDefaults() *WritableDeviceWithConfigContextRequest

NewWritableDeviceWithConfigContextRequestWithDefaults instantiates a new WritableDeviceWithConfigContextRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetName

func (o *WritableDeviceWithConfigContextRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *WritableDeviceWithConfigContextRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *WritableDeviceWithConfigContextRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *WritableDeviceWithConfigContextRequest) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *WritableDeviceWithConfigContextRequest) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *WritableDeviceWithConfigContextRequest) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetDeviceType

func (o *WritableDeviceWithConfigContextRequest) GetDeviceType() int32

GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.

GetDeviceTypeOk

func (o *WritableDeviceWithConfigContextRequest) GetDeviceTypeOk() (*int32, bool)

GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceType

func (o *WritableDeviceWithConfigContextRequest) SetDeviceType(v int32)

SetDeviceType sets DeviceType field to given value.

GetDeviceRole

func (o *WritableDeviceWithConfigContextRequest) GetDeviceRole() int32

GetDeviceRole returns the DeviceRole field if non-nil, zero value otherwise.

GetDeviceRoleOk

func (o *WritableDeviceWithConfigContextRequest) GetDeviceRoleOk() (*int32, bool)

GetDeviceRoleOk returns a tuple with the DeviceRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceRole

func (o *WritableDeviceWithConfigContextRequest) SetDeviceRole(v int32)

SetDeviceRole sets DeviceRole field to given value.

GetTenant

func (o *WritableDeviceWithConfigContextRequest) GetTenant() int32

GetTenant returns the Tenant field if non-nil, zero value otherwise.

GetTenantOk

func (o *WritableDeviceWithConfigContextRequest) GetTenantOk() (*int32, bool)

GetTenantOk returns a tuple with the Tenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTenant

func (o *WritableDeviceWithConfigContextRequest) SetTenant(v int32)

SetTenant sets Tenant field to given value.

HasTenant

func (o *WritableDeviceWithConfigContextRequest) HasTenant() bool

HasTenant returns a boolean if a field has been set.

SetTenantNil

func (o *WritableDeviceWithConfigContextRequest) SetTenantNil(b bool)

SetTenantNil sets the value for Tenant to be an explicit nil

UnsetTenant

func (o *WritableDeviceWithConfigContextRequest) UnsetTenant()

UnsetTenant ensures that no value is present for Tenant, not even an explicit nil

GetPlatform

func (o *WritableDeviceWithConfigContextRequest) GetPlatform() int32

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *WritableDeviceWithConfigContextRequest) GetPlatformOk() (*int32, bool)

GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlatform

func (o *WritableDeviceWithConfigContextRequest) SetPlatform(v int32)

SetPlatform sets Platform field to given value.

HasPlatform

func (o *WritableDeviceWithConfigContextRequest) HasPlatform() bool

HasPlatform returns a boolean if a field has been set.

SetPlatformNil

func (o *WritableDeviceWithConfigContextRequest) SetPlatformNil(b bool)

SetPlatformNil sets the value for Platform to be an explicit nil

UnsetPlatform

func (o *WritableDeviceWithConfigContextRequest) UnsetPlatform()

UnsetPlatform ensures that no value is present for Platform, not even an explicit nil

GetSerial

func (o *WritableDeviceWithConfigContextRequest) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *WritableDeviceWithConfigContextRequest) GetSerialOk() (*string, bool)

GetSerialOk returns a tuple with the Serial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSerial

func (o *WritableDeviceWithConfigContextRequest) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *WritableDeviceWithConfigContextRequest) HasSerial() bool

HasSerial returns a boolean if a field has been set.

GetAssetTag

func (o *WritableDeviceWithConfigContextRequest) GetAssetTag() string

GetAssetTag returns the AssetTag field if non-nil, zero value otherwise.

GetAssetTagOk

func (o *WritableDeviceWithConfigContextRequest) GetAssetTagOk() (*string, bool)

GetAssetTagOk returns a tuple with the AssetTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAssetTag

func (o *WritableDeviceWithConfigContextRequest) SetAssetTag(v string)

SetAssetTag sets AssetTag field to given value.

HasAssetTag

func (o *WritableDeviceWithConfigContextRequest) HasAssetTag() bool

HasAssetTag returns a boolean if a field has been set.

SetAssetTagNil

func (o *WritableDeviceWithConfigContextRequest) SetAssetTagNil(b bool)

SetAssetTagNil sets the value for AssetTag to be an explicit nil

UnsetAssetTag

func (o *WritableDeviceWithConfigContextRequest) UnsetAssetTag()

UnsetAssetTag ensures that no value is present for AssetTag, not even an explicit nil

GetSite

func (o *WritableDeviceWithConfigContextRequest) GetSite() int32

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *WritableDeviceWithConfigContextRequest) GetSiteOk() (*int32, bool)

GetSiteOk returns a tuple with the Site field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSite

func (o *WritableDeviceWithConfigContextRequest) SetSite(v int32)

SetSite sets Site field to given value.

GetLocation

func (o *WritableDeviceWithConfigContextRequest) GetLocation() int32

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *WritableDeviceWithConfigContextRequest) GetLocationOk() (*int32, bool)

GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocation

func (o *WritableDeviceWithConfigContextRequest) SetLocation(v int32)

SetLocation sets Location field to given value.

HasLocation

func (o *WritableDeviceWithConfigContextRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

SetLocationNil

func (o *WritableDeviceWithConfigContextRequest) SetLocationNil(b bool)

SetLocationNil sets the value for Location to be an explicit nil

UnsetLocation

func (o *WritableDeviceWithConfigContextRequest) UnsetLocation()

UnsetLocation ensures that no value is present for Location, not even an explicit nil

GetRack

func (o *WritableDeviceWithConfigContextRequest) GetRack() int32

GetRack returns the Rack field if non-nil, zero value otherwise.

GetRackOk

func (o *WritableDeviceWithConfigContextRequest) GetRackOk() (*int32, bool)

GetRackOk returns a tuple with the Rack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRack

func (o *WritableDeviceWithConfigContextRequest) SetRack(v int32)

SetRack sets Rack field to given value.

HasRack

func (o *WritableDeviceWithConfigContextRequest) HasRack() bool

HasRack returns a boolean if a field has been set.

SetRackNil

func (o *WritableDeviceWithConfigContextRequest) SetRackNil(b bool)

SetRackNil sets the value for Rack to be an explicit nil

UnsetRack

func (o *WritableDeviceWithConfigContextRequest) UnsetRack()

UnsetRack ensures that no value is present for Rack, not even an explicit nil

GetPosition

func (o *WritableDeviceWithConfigContextRequest) GetPosition() float64

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *WritableDeviceWithConfigContextRequest) GetPositionOk() (*float64, bool)

GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPosition

func (o *WritableDeviceWithConfigContextRequest) SetPosition(v float64)

SetPosition sets Position field to given value.

HasPosition

func (o *WritableDeviceWithConfigContextRequest) HasPosition() bool

HasPosition returns a boolean if a field has been set.

SetPositionNil

func (o *WritableDeviceWithConfigContextRequest) SetPositionNil(b bool)

SetPositionNil sets the value for Position to be an explicit nil

UnsetPosition

func (o *WritableDeviceWithConfigContextRequest) UnsetPosition()

UnsetPosition ensures that no value is present for Position, not even an explicit nil

GetFace

func (o *WritableDeviceWithConfigContextRequest) GetFace() string

GetFace returns the Face field if non-nil, zero value otherwise.

GetFaceOk

func (o *WritableDeviceWithConfigContextRequest) GetFaceOk() (*string, bool)

GetFaceOk returns a tuple with the Face field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFace

func (o *WritableDeviceWithConfigContextRequest) SetFace(v string)

SetFace sets Face field to given value.

HasFace

func (o *WritableDeviceWithConfigContextRequest) HasFace() bool

HasFace returns a boolean if a field has been set.

GetStatus

func (o *WritableDeviceWithConfigContextRequest) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *WritableDeviceWithConfigContextRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *WritableDeviceWithConfigContextRequest) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *WritableDeviceWithConfigContextRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetAirflow

func (o *WritableDeviceWithConfigContextRequest) GetAirflow() string

GetAirflow returns the Airflow field if non-nil, zero value otherwise.

GetAirflowOk

func (o *WritableDeviceWithConfigContextRequest) GetAirflowOk() (*string, bool)

GetAirflowOk returns a tuple with the Airflow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAirflow

func (o *WritableDeviceWithConfigContextRequest) SetAirflow(v string)

SetAirflow sets Airflow field to given value.

HasAirflow

func (o *WritableDeviceWithConfigContextRequest) HasAirflow() bool

HasAirflow returns a boolean if a field has been set.

GetPrimaryIp4

func (o *WritableDeviceWithConfigContextRequest) GetPrimaryIp4() int32

GetPrimaryIp4 returns the PrimaryIp4 field if non-nil, zero value otherwise.

GetPrimaryIp4Ok

func (o *WritableDeviceWithConfigContextRequest) GetPrimaryIp4Ok() (*int32, bool)

GetPrimaryIp4Ok returns a tuple with the PrimaryIp4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrimaryIp4

func (o *WritableDeviceWithConfigContextRequest) SetPrimaryIp4(v int32)

SetPrimaryIp4 sets PrimaryIp4 field to given value.

HasPrimaryIp4

func (o *WritableDeviceWithConfigContextRequest) HasPrimaryIp4() bool

HasPrimaryIp4 returns a boolean if a field has been set.

SetPrimaryIp4Nil

func (o *WritableDeviceWithConfigContextRequest) SetPrimaryIp4Nil(b bool)

SetPrimaryIp4Nil sets the value for PrimaryIp4 to be an explicit nil

UnsetPrimaryIp4

func (o *WritableDeviceWithConfigContextRequest) UnsetPrimaryIp4()

UnsetPrimaryIp4 ensures that no value is present for PrimaryIp4, not even an explicit nil

GetPrimaryIp6

func (o *WritableDeviceWithConfigContextRequest) GetPrimaryIp6() int32

GetPrimaryIp6 returns the PrimaryIp6 field if non-nil, zero value otherwise.

GetPrimaryIp6Ok

func (o *WritableDeviceWithConfigContextRequest) GetPrimaryIp6Ok() (*int32, bool)

GetPrimaryIp6Ok returns a tuple with the PrimaryIp6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrimaryIp6

func (o *WritableDeviceWithConfigContextRequest) SetPrimaryIp6(v int32)

SetPrimaryIp6 sets PrimaryIp6 field to given value.

HasPrimaryIp6

func (o *WritableDeviceWithConfigContextRequest) HasPrimaryIp6() bool

HasPrimaryIp6 returns a boolean if a field has been set.

SetPrimaryIp6Nil

func (o *WritableDeviceWithConfigContextRequest) SetPrimaryIp6Nil(b bool)

SetPrimaryIp6Nil sets the value for PrimaryIp6 to be an explicit nil

UnsetPrimaryIp6

func (o *WritableDeviceWithConfigContextRequest) UnsetPrimaryIp6()

UnsetPrimaryIp6 ensures that no value is present for PrimaryIp6, not even an explicit nil

GetCluster

func (o *WritableDeviceWithConfigContextRequest) GetCluster() int32

GetCluster returns the Cluster field if non-nil, zero value otherwise.

GetClusterOk

func (o *WritableDeviceWithConfigContextRequest) GetClusterOk() (*int32, bool)

GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCluster

func (o *WritableDeviceWithConfigContextRequest) SetCluster(v int32)

SetCluster sets Cluster field to given value.

HasCluster

func (o *WritableDeviceWithConfigContextRequest) HasCluster() bool

HasCluster returns a boolean if a field has been set.

SetClusterNil

func (o *WritableDeviceWithConfigContextRequest) SetClusterNil(b bool)

SetClusterNil sets the value for Cluster to be an explicit nil

UnsetCluster

func (o *WritableDeviceWithConfigContextRequest) UnsetCluster()

UnsetCluster ensures that no value is present for Cluster, not even an explicit nil

GetVirtualChassis

func (o *WritableDeviceWithConfigContextRequest) GetVirtualChassis() int32

GetVirtualChassis returns the VirtualChassis field if non-nil, zero value otherwise.

GetVirtualChassisOk

func (o *WritableDeviceWithConfigContextRequest) GetVirtualChassisOk() (*int32, bool)

GetVirtualChassisOk returns a tuple with the VirtualChassis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVirtualChassis

func (o *WritableDeviceWithConfigContextRequest) SetVirtualChassis(v int32)

SetVirtualChassis sets VirtualChassis field to given value.

HasVirtualChassis

func (o *WritableDeviceWithConfigContextRequest) HasVirtualChassis() bool

HasVirtualChassis returns a boolean if a field has been set.

SetVirtualChassisNil

func (o *WritableDeviceWithConfigContextRequest) SetVirtualChassisNil(b bool)

SetVirtualChassisNil sets the value for VirtualChassis to be an explicit nil

UnsetVirtualChassis

func (o *WritableDeviceWithConfigContextRequest) UnsetVirtualChassis()

UnsetVirtualChassis ensures that no value is present for VirtualChassis, not even an explicit nil

GetVcPosition

func (o *WritableDeviceWithConfigContextRequest) GetVcPosition() int32

GetVcPosition returns the VcPosition field if non-nil, zero value otherwise.

GetVcPositionOk

func (o *WritableDeviceWithConfigContextRequest) GetVcPositionOk() (*int32, bool)

GetVcPositionOk returns a tuple with the VcPosition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVcPosition

func (o *WritableDeviceWithConfigContextRequest) SetVcPosition(v int32)

SetVcPosition sets VcPosition field to given value.

HasVcPosition

func (o *WritableDeviceWithConfigContextRequest) HasVcPosition() bool

HasVcPosition returns a boolean if a field has been set.

SetVcPositionNil

func (o *WritableDeviceWithConfigContextRequest) SetVcPositionNil(b bool)

SetVcPositionNil sets the value for VcPosition to be an explicit nil

UnsetVcPosition

func (o *WritableDeviceWithConfigContextRequest) UnsetVcPosition()

UnsetVcPosition ensures that no value is present for VcPosition, not even an explicit nil

GetVcPriority

func (o *WritableDeviceWithConfigContextRequest) GetVcPriority() int32

GetVcPriority returns the VcPriority field if non-nil, zero value otherwise.

GetVcPriorityOk

func (o *WritableDeviceWithConfigContextRequest) GetVcPriorityOk() (*int32, bool)

GetVcPriorityOk returns a tuple with the VcPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVcPriority

func (o *WritableDeviceWithConfigContextRequest) SetVcPriority(v int32)

SetVcPriority sets VcPriority field to given value.

HasVcPriority

func (o *WritableDeviceWithConfigContextRequest) HasVcPriority() bool

HasVcPriority returns a boolean if a field has been set.

SetVcPriorityNil

func (o *WritableDeviceWithConfigContextRequest) SetVcPriorityNil(b bool)

SetVcPriorityNil sets the value for VcPriority to be an explicit nil

UnsetVcPriority

func (o *WritableDeviceWithConfigContextRequest) UnsetVcPriority()

UnsetVcPriority ensures that no value is present for VcPriority, not even an explicit nil

GetDescription

func (o *WritableDeviceWithConfigContextRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *WritableDeviceWithConfigContextRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *WritableDeviceWithConfigContextRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *WritableDeviceWithConfigContextRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetComments

func (o *WritableDeviceWithConfigContextRequest) GetComments() string

GetComments returns the Comments field if non-nil, zero value otherwise.

GetCommentsOk

func (o *WritableDeviceWithConfigContextRequest) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetComments

func (o *WritableDeviceWithConfigContextRequest) SetComments(v string)

SetComments sets Comments field to given value.

HasComments

func (o *WritableDeviceWithConfigContextRequest) HasComments() bool

HasComments returns a boolean if a field has been set.

GetLocalContextData

func (o *WritableDeviceWithConfigContextRequest) GetLocalContextData() map[string]interface{}

GetLocalContextData returns the LocalContextData field if non-nil, zero value otherwise.

GetLocalContextDataOk

func (o *WritableDeviceWithConfigContextRequest) GetLocalContextDataOk() (*map[string]interface{}, bool)

GetLocalContextDataOk returns a tuple with the LocalContextData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocalContextData

func (o *WritableDeviceWithConfigContextRequest) SetLocalContextData(v map[string]interface{})

SetLocalContextData sets LocalContextData field to given value.

HasLocalContextData

func (o *WritableDeviceWithConfigContextRequest) HasLocalContextData() bool

HasLocalContextData returns a boolean if a field has been set.

SetLocalContextDataNil

func (o *WritableDeviceWithConfigContextRequest) SetLocalContextDataNil(b bool)

SetLocalContextDataNil sets the value for LocalContextData to be an explicit nil

UnsetLocalContextData

func (o *WritableDeviceWithConfigContextRequest) UnsetLocalContextData()

UnsetLocalContextData ensures that no value is present for LocalContextData, not even an explicit nil

GetTags

func (o *WritableDeviceWithConfigContextRequest) GetTags() []NestedTagRequest

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *WritableDeviceWithConfigContextRequest) GetTagsOk() (*[]NestedTagRequest, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *WritableDeviceWithConfigContextRequest) SetTags(v []NestedTagRequest)

SetTags sets Tags field to given value.

HasTags

func (o *WritableDeviceWithConfigContextRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

GetCustomFields

func (o *WritableDeviceWithConfigContextRequest) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

func (o *WritableDeviceWithConfigContextRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)

GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomFields

func (o *WritableDeviceWithConfigContextRequest) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *WritableDeviceWithConfigContextRequest) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]