Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.01 KB

File metadata and controls

93 lines (50 loc) · 3.01 KB

MonitorFunctionNotFoundError

Properties

Name Type Description Notes
MonitorFunctionId string
MonitorFunctionIdType string
Type string

Methods

NewMonitorFunctionNotFoundError

func NewMonitorFunctionNotFoundError(monitorFunctionId string, monitorFunctionIdType string, type_ string, ) *MonitorFunctionNotFoundError

NewMonitorFunctionNotFoundError instantiates a new MonitorFunctionNotFoundError 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

NewMonitorFunctionNotFoundErrorWithDefaults

func NewMonitorFunctionNotFoundErrorWithDefaults() *MonitorFunctionNotFoundError

NewMonitorFunctionNotFoundErrorWithDefaults instantiates a new MonitorFunctionNotFoundError 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

GetMonitorFunctionId

func (o *MonitorFunctionNotFoundError) GetMonitorFunctionId() string

GetMonitorFunctionId returns the MonitorFunctionId field if non-nil, zero value otherwise.

GetMonitorFunctionIdOk

func (o *MonitorFunctionNotFoundError) GetMonitorFunctionIdOk() (*string, bool)

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

SetMonitorFunctionId

func (o *MonitorFunctionNotFoundError) SetMonitorFunctionId(v string)

SetMonitorFunctionId sets MonitorFunctionId field to given value.

GetMonitorFunctionIdType

func (o *MonitorFunctionNotFoundError) GetMonitorFunctionIdType() string

GetMonitorFunctionIdType returns the MonitorFunctionIdType field if non-nil, zero value otherwise.

GetMonitorFunctionIdTypeOk

func (o *MonitorFunctionNotFoundError) GetMonitorFunctionIdTypeOk() (*string, bool)

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

SetMonitorFunctionIdType

func (o *MonitorFunctionNotFoundError) SetMonitorFunctionIdType(v string)

SetMonitorFunctionIdType sets MonitorFunctionIdType field to given value.

GetType

func (o *MonitorFunctionNotFoundError) GetType() string

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

GetTypeOk

func (o *MonitorFunctionNotFoundError) 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 *MonitorFunctionNotFoundError) SetType(v string)

SetType sets Type field to given value.

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