Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.06 KB

GatewayDeviceMetadata.md

File metadata and controls

108 lines (59 loc) · 3.06 KB

GatewayDeviceMetadata

Properties

Name Type Description Notes
GatewayId Pointer to string [optional]
LastUpdate Pointer to string [optional]
Params Pointer to map[string]string [optional]

Methods

NewGatewayDeviceMetadata

func NewGatewayDeviceMetadata() *GatewayDeviceMetadata

NewGatewayDeviceMetadata instantiates a new GatewayDeviceMetadata 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

NewGatewayDeviceMetadataWithDefaults

func NewGatewayDeviceMetadataWithDefaults() *GatewayDeviceMetadata

NewGatewayDeviceMetadataWithDefaults instantiates a new GatewayDeviceMetadata 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

GetGatewayId

func (o *GatewayDeviceMetadata) GetGatewayId() string

GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.

GetGatewayIdOk

func (o *GatewayDeviceMetadata) GetGatewayIdOk() (*string, bool)

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

SetGatewayId

func (o *GatewayDeviceMetadata) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

HasGatewayId

func (o *GatewayDeviceMetadata) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

GetLastUpdate

func (o *GatewayDeviceMetadata) GetLastUpdate() string

GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.

GetLastUpdateOk

func (o *GatewayDeviceMetadata) GetLastUpdateOk() (*string, bool)

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

SetLastUpdate

func (o *GatewayDeviceMetadata) SetLastUpdate(v string)

SetLastUpdate sets LastUpdate field to given value.

HasLastUpdate

func (o *GatewayDeviceMetadata) HasLastUpdate() bool

HasLastUpdate returns a boolean if a field has been set.

GetParams

func (o *GatewayDeviceMetadata) GetParams() map[string]string

GetParams returns the Params field if non-nil, zero value otherwise.

GetParamsOk

func (o *GatewayDeviceMetadata) GetParamsOk() (*map[string]string, bool)

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

SetParams

func (o *GatewayDeviceMetadata) SetParams(v map[string]string)

SetParams sets Params field to given value.

HasParams

func (o *GatewayDeviceMetadata) HasParams() bool

HasParams returns a boolean if a field has been set.

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