Name | Type | Description | Notes |
---|---|---|---|
AlertDefinition | string | ||
Escalationlevel | int32 | ||
OperatorGroup | string |
func NewAlertDefinitionOperatorGroup(alertDefinition string, escalationlevel int32, operatorGroup string, ) *AlertDefinitionOperatorGroup
NewAlertDefinitionOperatorGroup instantiates a new AlertDefinitionOperatorGroup 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 NewAlertDefinitionOperatorGroupWithDefaults() *AlertDefinitionOperatorGroup
NewAlertDefinitionOperatorGroupWithDefaults instantiates a new AlertDefinitionOperatorGroup 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 *AlertDefinitionOperatorGroup) GetAlertDefinition() string
GetAlertDefinition returns the AlertDefinition field if non-nil, zero value otherwise.
func (o *AlertDefinitionOperatorGroup) 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 *AlertDefinitionOperatorGroup) SetAlertDefinition(v string)
SetAlertDefinition sets AlertDefinition field to given value.
func (o *AlertDefinitionOperatorGroup) GetEscalationlevel() int32
GetEscalationlevel returns the Escalationlevel field if non-nil, zero value otherwise.
func (o *AlertDefinitionOperatorGroup) GetEscalationlevelOk() (*int32, bool)
GetEscalationlevelOk returns a tuple with the Escalationlevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertDefinitionOperatorGroup) SetEscalationlevel(v int32)
SetEscalationlevel sets Escalationlevel field to given value.
func (o *AlertDefinitionOperatorGroup) GetOperatorGroup() string
GetOperatorGroup returns the OperatorGroup field if non-nil, zero value otherwise.
func (o *AlertDefinitionOperatorGroup) GetOperatorGroupOk() (*string, bool)
GetOperatorGroupOk returns a tuple with the OperatorGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertDefinitionOperatorGroup) SetOperatorGroup(v string)
SetOperatorGroup sets OperatorGroup field to given value.