Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3 KB

DeviceActionsGetDeviceCommands200Response.md

File metadata and controls

82 lines (45 loc) · 3 KB

DeviceActionsGetDeviceCommands200Response

Properties

Name Type Description Notes
DeviceId Pointer to string [optional]
Commands Pointer to AutomatedDeviceEnrollmentIntegrationsListAdeDevices200Response [optional]

Methods

NewDeviceActionsGetDeviceCommands200Response

func NewDeviceActionsGetDeviceCommands200Response() *DeviceActionsGetDeviceCommands200Response

NewDeviceActionsGetDeviceCommands200Response instantiates a new DeviceActionsGetDeviceCommands200Response 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

NewDeviceActionsGetDeviceCommands200ResponseWithDefaults

func NewDeviceActionsGetDeviceCommands200ResponseWithDefaults() *DeviceActionsGetDeviceCommands200Response

NewDeviceActionsGetDeviceCommands200ResponseWithDefaults instantiates a new DeviceActionsGetDeviceCommands200Response 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

GetDeviceId

func (o *DeviceActionsGetDeviceCommands200Response) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *DeviceActionsGetDeviceCommands200Response) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *DeviceActionsGetDeviceCommands200Response) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *DeviceActionsGetDeviceCommands200Response) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetCommands

func (o *DeviceActionsGetDeviceCommands200Response) GetCommands() AutomatedDeviceEnrollmentIntegrationsListAdeDevices200Response

GetCommands returns the Commands field if non-nil, zero value otherwise.

GetCommandsOk

func (o *DeviceActionsGetDeviceCommands200Response) GetCommandsOk() (*AutomatedDeviceEnrollmentIntegrationsListAdeDevices200Response, bool)

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

SetCommands

func (o *DeviceActionsGetDeviceCommands200Response) SetCommands(v AutomatedDeviceEnrollmentIntegrationsListAdeDevices200Response)

SetCommands sets Commands field to given value.

HasCommands

func (o *DeviceActionsGetDeviceCommands200Response) HasCommands() bool

HasCommands returns a boolean if a field has been set.

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