Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

File metadata and controls

56 lines (31 loc) · 1.66 KB

V2GetMonitorResponse

Properties

Name Type Description Notes
Record Pointer to V2Monitor [optional]

Methods

NewV2GetMonitorResponse

func NewV2GetMonitorResponse() *V2GetMonitorResponse

NewV2GetMonitorResponse instantiates a new V2GetMonitorResponse 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

NewV2GetMonitorResponseWithDefaults

func NewV2GetMonitorResponseWithDefaults() *V2GetMonitorResponse

NewV2GetMonitorResponseWithDefaults instantiates a new V2GetMonitorResponse 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

GetRecord

func (o *V2GetMonitorResponse) GetRecord() V2Monitor

GetRecord returns the Record field if non-nil, zero value otherwise.

GetRecordOk

func (o *V2GetMonitorResponse) GetRecordOk() (*V2Monitor, bool)

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

SetRecord

func (o *V2GetMonitorResponse) SetRecord(v V2Monitor)

SetRecord sets Record field to given value.

HasRecord

func (o *V2GetMonitorResponse) HasRecord() bool

HasRecord returns a boolean if a field has been set.

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