Skip to main content

ApprovalConfigEscalationConfigEscalationChainInner

Properties

NameTypeDescriptionNotes
IdentityIdPointer to stringOptional Identity ID of the type of identity defined in the 'identityType' field.[optional]
IdentityTypePointer to stringType of identityId in the escalation chain.[optional]

Methods

NewApprovalConfigEscalationConfigEscalationChainInner

func NewApprovalConfigEscalationConfigEscalationChainInner() *ApprovalConfigEscalationConfigEscalationChainInner

NewApprovalConfigEscalationConfigEscalationChainInner instantiates a new ApprovalConfigEscalationConfigEscalationChainInner 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

NewApprovalConfigEscalationConfigEscalationChainInnerWithDefaults

func NewApprovalConfigEscalationConfigEscalationChainInnerWithDefaults() *ApprovalConfigEscalationConfigEscalationChainInner

NewApprovalConfigEscalationConfigEscalationChainInnerWithDefaults instantiates a new ApprovalConfigEscalationConfigEscalationChainInner 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

GetIdentityId

func (o *ApprovalConfigEscalationConfigEscalationChainInner) GetIdentityId() string

GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.

GetIdentityIdOk

func (o *ApprovalConfigEscalationConfigEscalationChainInner) GetIdentityIdOk() (*string, bool)

GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdentityId

func (o *ApprovalConfigEscalationConfigEscalationChainInner) SetIdentityId(v string)

SetIdentityId sets IdentityId field to given value.

HasIdentityId

func (o *ApprovalConfigEscalationConfigEscalationChainInner) HasIdentityId() bool

HasIdentityId returns a boolean if a field has been set.

GetIdentityType

func (o *ApprovalConfigEscalationConfigEscalationChainInner) GetIdentityType() string

GetIdentityType returns the IdentityType field if non-nil, zero value otherwise.

GetIdentityTypeOk

func (o *ApprovalConfigEscalationConfigEscalationChainInner) GetIdentityTypeOk() (*string, bool)

GetIdentityTypeOk returns a tuple with the IdentityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdentityType

func (o *ApprovalConfigEscalationConfigEscalationChainInner) SetIdentityType(v string)

SetIdentityType sets IdentityType field to given value.

HasIdentityType

func (o *ApprovalConfigEscalationConfigEscalationChainInner) HasIdentityType() bool

HasIdentityType returns a boolean if a field has been set.