Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

File metadata and controls

82 lines (45 loc) · 2.34 KB

BaseMonitorError

Properties

Name Type Description Notes
MonitorId Pointer to string [optional]
MonitorIdType Pointer to string [optional]

Methods

NewBaseMonitorError

func NewBaseMonitorError() *BaseMonitorError

NewBaseMonitorError instantiates a new BaseMonitorError 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

NewBaseMonitorErrorWithDefaults

func NewBaseMonitorErrorWithDefaults() *BaseMonitorError

NewBaseMonitorErrorWithDefaults instantiates a new BaseMonitorError 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 *BaseMonitorError) GetMonitorId() string

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

GetMonitorIdOk

func (o *BaseMonitorError) 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 *BaseMonitorError) SetMonitorId(v string)

SetMonitorId sets MonitorId field to given value.

HasMonitorId

func (o *BaseMonitorError) HasMonitorId() bool

HasMonitorId returns a boolean if a field has been set.

GetMonitorIdType

func (o *BaseMonitorError) GetMonitorIdType() string

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

GetMonitorIdTypeOk

func (o *BaseMonitorError) 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 *BaseMonitorError) SetMonitorIdType(v string)

SetMonitorIdType sets MonitorIdType field to given value.

HasMonitorIdType

func (o *BaseMonitorError) HasMonitorIdType() bool

HasMonitorIdType returns a boolean if a field has been set.

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