| Name | Type | Description | Notes |
|---|---|---|---|
| MonitorFunctionId | string | ||
| MonitorFunctionIdType | string | ||
| Type | string |
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
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
func (o *MonitorFunctionNotFoundError) GetMonitorFunctionId() string
GetMonitorFunctionId returns the MonitorFunctionId field if non-nil, zero value otherwise.
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.
func (o *MonitorFunctionNotFoundError) SetMonitorFunctionId(v string)
SetMonitorFunctionId sets MonitorFunctionId field to given value.
func (o *MonitorFunctionNotFoundError) GetMonitorFunctionIdType() string
GetMonitorFunctionIdType returns the MonitorFunctionIdType field if non-nil, zero value otherwise.
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.
func (o *MonitorFunctionNotFoundError) SetMonitorFunctionIdType(v string)
SetMonitorFunctionIdType sets MonitorFunctionIdType field to given value.
func (o *MonitorFunctionNotFoundError) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *MonitorFunctionNotFoundError) SetType(v string)
SetType sets Type field to given value.