Name | Type | Description | Notes |
---|---|---|---|
Ciot | Pointer to CellularIoTMetadata | [optional] | |
Inet | Pointer to InetMetadata | [optional] | |
Gateway | Pointer to GatewayDeviceMetadata | [optional] |
func NewDeviceMetadata() *DeviceMetadata
NewDeviceMetadata instantiates a new DeviceMetadata 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
func NewDeviceMetadataWithDefaults() *DeviceMetadata
NewDeviceMetadataWithDefaults instantiates a new DeviceMetadata 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
func (o *DeviceMetadata) GetCiot() CellularIoTMetadata
GetCiot returns the Ciot field if non-nil, zero value otherwise.
func (o *DeviceMetadata) GetCiotOk() (*CellularIoTMetadata, bool)
GetCiotOk returns a tuple with the Ciot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceMetadata) SetCiot(v CellularIoTMetadata)
SetCiot sets Ciot field to given value.
func (o *DeviceMetadata) HasCiot() bool
HasCiot returns a boolean if a field has been set.
func (o *DeviceMetadata) GetInet() InetMetadata
GetInet returns the Inet field if non-nil, zero value otherwise.
func (o *DeviceMetadata) GetInetOk() (*InetMetadata, bool)
GetInetOk returns a tuple with the Inet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceMetadata) SetInet(v InetMetadata)
SetInet sets Inet field to given value.
func (o *DeviceMetadata) HasInet() bool
HasInet returns a boolean if a field has been set.
func (o *DeviceMetadata) GetGateway() GatewayDeviceMetadata
GetGateway returns the Gateway field if non-nil, zero value otherwise.
func (o *DeviceMetadata) GetGatewayOk() (*GatewayDeviceMetadata, bool)
GetGatewayOk returns a tuple with the Gateway field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceMetadata) SetGateway(v GatewayDeviceMetadata)
SetGateway sets Gateway field to given value.
func (o *DeviceMetadata) HasGateway() bool
HasGateway returns a boolean if a field has been set.