Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | Type of the event target. | |
AlternateId | Pointer to string | Identifier of the event target, depending on its type. | |
DisplayName | Pointer to string | Display name of the event target. |
func (o *OktaEventTarget) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *OktaEventTarget) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OktaEventTarget) HasType() bool
HasType returns a boolean if a field has been set.
func (o *OktaEventTarget) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (o *OktaEventTarget) GetAlternateId() string
GetAlternateId returns the AlternateId field if non-nil, zero value otherwise.
func (o *OktaEventTarget) GetAlternateIdOk() (string, bool)
GetAlternateIdOk returns a tuple with the AlternateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OktaEventTarget) HasAlternateId() bool
HasAlternateId returns a boolean if a field has been set.
func (o *OktaEventTarget) SetAlternateId(v string)
SetAlternateId gets a reference to the given string and assigns it to the AlternateId field.
func (o *OktaEventTarget) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *OktaEventTarget) GetDisplayNameOk() (string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OktaEventTarget) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *OktaEventTarget) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.