Skip to content

ClientReboot

Properties

Name Type Description Notes
DeviceId Pointer to string DeviceId of device adopted in VMS.Used when rebooting adopted VIGI devices in device list [optional]

Methods

NewClientReboot

func NewClientReboot() *ClientReboot

NewClientReboot instantiates a new ClientReboot 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

NewClientRebootWithDefaults

func NewClientRebootWithDefaults() *ClientReboot

NewClientRebootWithDefaults instantiates a new ClientReboot 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 *ClientReboot) GetDeviceId() string

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

GetDeviceIdOk

func (o *ClientReboot) 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 *ClientReboot) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *ClientReboot) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

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