Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-session-end"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
ApplicationName | Pointer to string | [optional] | |
ApplicationLaunchUrl | Pointer to string | [optional] | |
InvalidationFlowUrl | Pointer to string | [optional] | |
BrandName | string |
func NewSessionEndChallenge(pendingUser string, pendingUserAvatar string, brandName string, ) *SessionEndChallenge
NewSessionEndChallenge instantiates a new SessionEndChallenge 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 NewSessionEndChallengeWithDefaults() *SessionEndChallenge
NewSessionEndChallengeWithDefaults instantiates a new SessionEndChallenge 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 *SessionEndChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetFlowInfoOk() (*ContextualFlowInfo, bool)
GetFlowInfoOk returns a tuple with the FlowInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *SessionEndChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *SessionEndChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetResponseErrorsOk() (*map[string][]ErrorDetail, bool)
GetResponseErrorsOk returns a tuple with the ResponseErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *SessionEndChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetPendingUserOk() (*string, bool)
GetPendingUserOk returns a tuple with the PendingUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *SessionEndChallenge) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetPendingUserAvatarOk() (*string, bool)
GetPendingUserAvatarOk returns a tuple with the PendingUserAvatar field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *SessionEndChallenge) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetApplicationNameOk() (*string, bool)
GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *SessionEndChallenge) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetApplicationLaunchUrl() string
GetApplicationLaunchUrl returns the ApplicationLaunchUrl field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetApplicationLaunchUrlOk() (*string, bool)
GetApplicationLaunchUrlOk returns a tuple with the ApplicationLaunchUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetApplicationLaunchUrl(v string)
SetApplicationLaunchUrl sets ApplicationLaunchUrl field to given value.
func (o *SessionEndChallenge) HasApplicationLaunchUrl() bool
HasApplicationLaunchUrl returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetInvalidationFlowUrl() string
GetInvalidationFlowUrl returns the InvalidationFlowUrl field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetInvalidationFlowUrlOk() (*string, bool)
GetInvalidationFlowUrlOk returns a tuple with the InvalidationFlowUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetInvalidationFlowUrl(v string)
SetInvalidationFlowUrl sets InvalidationFlowUrl field to given value.
func (o *SessionEndChallenge) HasInvalidationFlowUrl() bool
HasInvalidationFlowUrl returns a boolean if a field has been set.
func (o *SessionEndChallenge) GetBrandName() string
GetBrandName returns the BrandName field if non-nil, zero value otherwise.
func (o *SessionEndChallenge) GetBrandNameOk() (*string, bool)
GetBrandNameOk returns a tuple with the BrandName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionEndChallenge) SetBrandName(v string)
SetBrandName sets BrandName field to given value.