Name | Type | Description | Notes |
---|---|---|---|
OperatorGuid | Pointer to string | Guid of Operator in Alert Definition Escalation Level | [optional] |
OperatorGroupGuid | Pointer to string | Guid of Group Operator in Alert Definition Escalation Level | [optional] |
func NewAlertEscalationLevelMember() *AlertEscalationLevelMember
NewAlertEscalationLevelMember instantiates a new AlertEscalationLevelMember 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 NewAlertEscalationLevelMemberWithDefaults() *AlertEscalationLevelMember
NewAlertEscalationLevelMemberWithDefaults instantiates a new AlertEscalationLevelMember 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 *AlertEscalationLevelMember) GetOperatorGuid() string
GetOperatorGuid returns the OperatorGuid field if non-nil, zero value otherwise.
func (o *AlertEscalationLevelMember) GetOperatorGuidOk() (*string, bool)
GetOperatorGuidOk returns a tuple with the OperatorGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertEscalationLevelMember) SetOperatorGuid(v string)
SetOperatorGuid sets OperatorGuid field to given value.
func (o *AlertEscalationLevelMember) HasOperatorGuid() bool
HasOperatorGuid returns a boolean if a field has been set.
func (o *AlertEscalationLevelMember) GetOperatorGroupGuid() string
GetOperatorGroupGuid returns the OperatorGroupGuid field if non-nil, zero value otherwise.
func (o *AlertEscalationLevelMember) GetOperatorGroupGuidOk() (*string, bool)
GetOperatorGroupGuidOk returns a tuple with the OperatorGroupGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertEscalationLevelMember) SetOperatorGroupGuid(v string)
SetOperatorGroupGuid sets OperatorGroupGuid field to given value.
func (o *AlertEscalationLevelMember) HasOperatorGroupGuid() bool
HasOperatorGroupGuid returns a boolean if a field has been set.