Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.4 KB

GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork.md

File metadata and controls

56 lines (31 loc) · 2.4 KB

GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork

Properties

Name Type Description Notes
Id Pointer to string ID for the network that the device is associated with. [optional]

Methods

NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork

func NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork() *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork

NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork instantiates a new GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork 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

NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetworkWithDefaults

func NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetworkWithDefaults() *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork

NewGetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetworkWithDefaults instantiates a new GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork 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

GetId

func (o *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork) GetIdOk() (*string, bool)

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

SetId

func (o *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetOrganizationDevicesPowerModulesStatusesByDevice200ResponseInnerNetwork) HasId() bool

HasId returns a boolean if a field has been set.

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