Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.63 KB

File metadata and controls

93 lines (50 loc) · 2.63 KB

MonitorNotFoundError

Properties

Name Type Description Notes
MonitorId string
MonitorIdType string
Type string

Methods

NewMonitorNotFoundError

func NewMonitorNotFoundError(monitorId string, monitorIdType string, type_ string, ) *MonitorNotFoundError

NewMonitorNotFoundError instantiates a new MonitorNotFoundError 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

NewMonitorNotFoundErrorWithDefaults

func NewMonitorNotFoundErrorWithDefaults() *MonitorNotFoundError

NewMonitorNotFoundErrorWithDefaults instantiates a new MonitorNotFoundError 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

GetMonitorId

func (o *MonitorNotFoundError) GetMonitorId() string

GetMonitorId returns the MonitorId field if non-nil, zero value otherwise.

GetMonitorIdOk

func (o *MonitorNotFoundError) GetMonitorIdOk() (*string, bool)

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

SetMonitorId

func (o *MonitorNotFoundError) SetMonitorId(v string)

SetMonitorId sets MonitorId field to given value.

GetMonitorIdType

func (o *MonitorNotFoundError) GetMonitorIdType() string

GetMonitorIdType returns the MonitorIdType field if non-nil, zero value otherwise.

GetMonitorIdTypeOk

func (o *MonitorNotFoundError) GetMonitorIdTypeOk() (*string, bool)

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

SetMonitorIdType

func (o *MonitorNotFoundError) SetMonitorIdType(v string)

SetMonitorIdType sets MonitorIdType field to given value.

GetType

func (o *MonitorNotFoundError) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MonitorNotFoundError) GetTypeOk() (*string, bool)

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

SetType

func (o *MonitorNotFoundError) SetType(v string)

SetType sets Type field to given value.

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