Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.14 KB

CreateDeviceLiveToolsWakeOnLan201Response.md

File metadata and controls

186 lines (101 loc) · 6.14 KB

CreateDeviceLiveToolsWakeOnLan201Response

Properties

Name Type Description Notes
WakeOnLanId Pointer to string ID of the Wake-on-LAN job [optional]
Url Pointer to string GET this url to check the status of your ping request [optional]
Status Pointer to string Status of the Wake-on-LAN request [optional]
Request Pointer to CreateDeviceLiveToolsWakeOnLan201ResponseRequest [optional]
Error Pointer to string An error message for a failed execution [optional]
Callback Pointer to CreateDeviceLiveToolsArpTable201ResponseCallback [optional]

Methods

NewCreateDeviceLiveToolsWakeOnLan201Response

func NewCreateDeviceLiveToolsWakeOnLan201Response() *CreateDeviceLiveToolsWakeOnLan201Response

NewCreateDeviceLiveToolsWakeOnLan201Response instantiates a new CreateDeviceLiveToolsWakeOnLan201Response 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

NewCreateDeviceLiveToolsWakeOnLan201ResponseWithDefaults

func NewCreateDeviceLiveToolsWakeOnLan201ResponseWithDefaults() *CreateDeviceLiveToolsWakeOnLan201Response

NewCreateDeviceLiveToolsWakeOnLan201ResponseWithDefaults instantiates a new CreateDeviceLiveToolsWakeOnLan201Response 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

GetWakeOnLanId

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetWakeOnLanId() string

GetWakeOnLanId returns the WakeOnLanId field if non-nil, zero value otherwise.

GetWakeOnLanIdOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetWakeOnLanIdOk() (*string, bool)

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

SetWakeOnLanId

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetWakeOnLanId(v string)

SetWakeOnLanId sets WakeOnLanId field to given value.

HasWakeOnLanId

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasWakeOnLanId() bool

HasWakeOnLanId returns a boolean if a field has been set.

GetUrl

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetUrlOk() (*string, bool)

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

SetUrl

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetStatus

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetStatusOk() (*string, bool)

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

SetStatus

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetRequest

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetRequest() CreateDeviceLiveToolsWakeOnLan201ResponseRequest

GetRequest returns the Request field if non-nil, zero value otherwise.

GetRequestOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetRequestOk() (*CreateDeviceLiveToolsWakeOnLan201ResponseRequest, bool)

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

SetRequest

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetRequest(v CreateDeviceLiveToolsWakeOnLan201ResponseRequest)

SetRequest sets Request field to given value.

HasRequest

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasRequest() bool

HasRequest returns a boolean if a field has been set.

GetError

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetErrorOk() (*string, bool)

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

SetError

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasError() bool

HasError returns a boolean if a field has been set.

GetCallback

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetCallback() CreateDeviceLiveToolsArpTable201ResponseCallback

GetCallback returns the Callback field if non-nil, zero value otherwise.

GetCallbackOk

func (o *CreateDeviceLiveToolsWakeOnLan201Response) GetCallbackOk() (*CreateDeviceLiveToolsArpTable201ResponseCallback, bool)

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

SetCallback

func (o *CreateDeviceLiveToolsWakeOnLan201Response) SetCallback(v CreateDeviceLiveToolsArpTable201ResponseCallback)

SetCallback sets Callback field to given value.

HasCallback

func (o *CreateDeviceLiveToolsWakeOnLan201Response) HasCallback() bool

HasCallback returns a boolean if a field has been set.

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