Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.21 KB

GetDeviceLiveToolsPingDevice200Response.md

File metadata and controls

186 lines (101 loc) · 6.21 KB

GetDeviceLiveToolsPingDevice200Response

Properties

Name Type Description Notes
PingId Pointer to string Id to check the status of your ping request. [optional]
Url Pointer to string GET this url to check the status of your ping request. [optional]
Request Pointer to CreateDeviceLiveToolsPing201ResponseRequest [optional]
Status Pointer to string Status of the ping request. [optional]
Results Pointer to DevicesSerialLiveToolsPingPostRequestMessageResults [optional]
Callback Pointer to CreateDeviceLiveToolsArpTable201ResponseCallback [optional]

Methods

NewGetDeviceLiveToolsPingDevice200Response

func NewGetDeviceLiveToolsPingDevice200Response() *GetDeviceLiveToolsPingDevice200Response

NewGetDeviceLiveToolsPingDevice200Response instantiates a new GetDeviceLiveToolsPingDevice200Response 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

NewGetDeviceLiveToolsPingDevice200ResponseWithDefaults

func NewGetDeviceLiveToolsPingDevice200ResponseWithDefaults() *GetDeviceLiveToolsPingDevice200Response

NewGetDeviceLiveToolsPingDevice200ResponseWithDefaults instantiates a new GetDeviceLiveToolsPingDevice200Response 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

GetPingId

func (o *GetDeviceLiveToolsPingDevice200Response) GetPingId() string

GetPingId returns the PingId field if non-nil, zero value otherwise.

GetPingIdOk

func (o *GetDeviceLiveToolsPingDevice200Response) GetPingIdOk() (*string, bool)

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

SetPingId

func (o *GetDeviceLiveToolsPingDevice200Response) SetPingId(v string)

SetPingId sets PingId field to given value.

HasPingId

func (o *GetDeviceLiveToolsPingDevice200Response) HasPingId() bool

HasPingId returns a boolean if a field has been set.

GetUrl

func (o *GetDeviceLiveToolsPingDevice200Response) GetUrl() string

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

GetUrlOk

func (o *GetDeviceLiveToolsPingDevice200Response) 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 *GetDeviceLiveToolsPingDevice200Response) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetDeviceLiveToolsPingDevice200Response) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetRequest

func (o *GetDeviceLiveToolsPingDevice200Response) GetRequest() CreateDeviceLiveToolsPing201ResponseRequest

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

GetRequestOk

func (o *GetDeviceLiveToolsPingDevice200Response) GetRequestOk() (*CreateDeviceLiveToolsPing201ResponseRequest, 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 *GetDeviceLiveToolsPingDevice200Response) SetRequest(v CreateDeviceLiveToolsPing201ResponseRequest)

SetRequest sets Request field to given value.

HasRequest

func (o *GetDeviceLiveToolsPingDevice200Response) HasRequest() bool

HasRequest returns a boolean if a field has been set.

GetStatus

func (o *GetDeviceLiveToolsPingDevice200Response) GetStatus() string

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

GetStatusOk

func (o *GetDeviceLiveToolsPingDevice200Response) 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 *GetDeviceLiveToolsPingDevice200Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *GetDeviceLiveToolsPingDevice200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetResults

func (o *GetDeviceLiveToolsPingDevice200Response) GetResults() DevicesSerialLiveToolsPingPostRequestMessageResults

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *GetDeviceLiveToolsPingDevice200Response) GetResultsOk() (*DevicesSerialLiveToolsPingPostRequestMessageResults, bool)

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

SetResults

func (o *GetDeviceLiveToolsPingDevice200Response) SetResults(v DevicesSerialLiveToolsPingPostRequestMessageResults)

SetResults sets Results field to given value.

HasResults

func (o *GetDeviceLiveToolsPingDevice200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

GetCallback

func (o *GetDeviceLiveToolsPingDevice200Response) GetCallback() CreateDeviceLiveToolsArpTable201ResponseCallback

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

GetCallbackOk

func (o *GetDeviceLiveToolsPingDevice200Response) 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 *GetDeviceLiveToolsPingDevice200Response) SetCallback(v CreateDeviceLiveToolsArpTable201ResponseCallback)

SetCallback sets Callback field to given value.

HasCallback

func (o *GetDeviceLiveToolsPingDevice200Response) HasCallback() bool

HasCallback returns a boolean if a field has been set.

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