Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.01 KB

AlertDefinitionOperatorGroup.md

File metadata and controls

93 lines (50 loc) · 3.01 KB

AlertDefinitionOperatorGroup

Properties

Name Type Description Notes
AlertDefinition string
Escalationlevel int32
OperatorGroup string

Methods

NewAlertDefinitionOperatorGroup

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

NewAlertDefinitionOperatorGroupWithDefaults

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

GetAlertDefinition

func (o *AlertDefinitionOperatorGroup) GetAlertDefinition() string

GetAlertDefinition returns the AlertDefinition field if non-nil, zero value otherwise.

GetAlertDefinitionOk

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.

SetAlertDefinition

func (o *AlertDefinitionOperatorGroup) SetAlertDefinition(v string)

SetAlertDefinition sets AlertDefinition field to given value.

GetEscalationlevel

func (o *AlertDefinitionOperatorGroup) GetEscalationlevel() int32

GetEscalationlevel returns the Escalationlevel field if non-nil, zero value otherwise.

GetEscalationlevelOk

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.

SetEscalationlevel

func (o *AlertDefinitionOperatorGroup) SetEscalationlevel(v int32)

SetEscalationlevel sets Escalationlevel field to given value.

GetOperatorGroup

func (o *AlertDefinitionOperatorGroup) GetOperatorGroup() string

GetOperatorGroup returns the OperatorGroup field if non-nil, zero value otherwise.

GetOperatorGroupOk

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.

SetOperatorGroup

func (o *AlertDefinitionOperatorGroup) SetOperatorGroup(v string)

SetOperatorGroup sets OperatorGroup field to given value.

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