Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.75 KB

AlertEscalationLevelMember.md

File metadata and controls

82 lines (45 loc) · 2.75 KB

AlertEscalationLevelMember

Properties

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]

Methods

NewAlertEscalationLevelMember

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

NewAlertEscalationLevelMemberWithDefaults

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

GetOperatorGuid

func (o *AlertEscalationLevelMember) GetOperatorGuid() string

GetOperatorGuid returns the OperatorGuid field if non-nil, zero value otherwise.

GetOperatorGuidOk

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.

SetOperatorGuid

func (o *AlertEscalationLevelMember) SetOperatorGuid(v string)

SetOperatorGuid sets OperatorGuid field to given value.

HasOperatorGuid

func (o *AlertEscalationLevelMember) HasOperatorGuid() bool

HasOperatorGuid returns a boolean if a field has been set.

GetOperatorGroupGuid

func (o *AlertEscalationLevelMember) GetOperatorGroupGuid() string

GetOperatorGroupGuid returns the OperatorGroupGuid field if non-nil, zero value otherwise.

GetOperatorGroupGuidOk

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.

SetOperatorGroupGuid

func (o *AlertEscalationLevelMember) SetOperatorGroupGuid(v string)

SetOperatorGroupGuid sets OperatorGroupGuid field to given value.

HasOperatorGroupGuid

func (o *AlertEscalationLevelMember) HasOperatorGroupGuid() bool

HasOperatorGroupGuid returns a boolean if a field has been set.

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