Name | Type | Description | Notes |
---|---|---|---|
AlertDefinition | string | ||
MonitorGroup | string |
func NewAlertDefinitionMonitorGroup(alertDefinition string, monitorGroup string, ) *AlertDefinitionMonitorGroup
NewAlertDefinitionMonitorGroup instantiates a new AlertDefinitionMonitorGroup 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 NewAlertDefinitionMonitorGroupWithDefaults() *AlertDefinitionMonitorGroup
NewAlertDefinitionMonitorGroupWithDefaults instantiates a new AlertDefinitionMonitorGroup 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 *AlertDefinitionMonitorGroup) GetAlertDefinition() string
GetAlertDefinition returns the AlertDefinition field if non-nil, zero value otherwise.
func (o *AlertDefinitionMonitorGroup) GetAlertDefinitionOk() (*string, bool)
GetAlertDefinitionOk returns a tuple with the AlertDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertDefinitionMonitorGroup) SetAlertDefinition(v string)
SetAlertDefinition sets AlertDefinition field to given value.
func (o *AlertDefinitionMonitorGroup) GetMonitorGroup() string
GetMonitorGroup returns the MonitorGroup field if non-nil, zero value otherwise.
func (o *AlertDefinitionMonitorGroup) GetMonitorGroupOk() (*string, bool)
GetMonitorGroupOk returns a tuple with the MonitorGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertDefinitionMonitorGroup) SetMonitorGroup(v string)
SetMonitorGroup sets MonitorGroup field to given value.