Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-captcha"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
SiteKey | string | ||
JsUrl | string | ||
Interactive | bool |
func NewCaptchaChallenge(pendingUser string, pendingUserAvatar string, siteKey string, jsUrl string, interactive bool, ) *CaptchaChallenge
NewCaptchaChallenge instantiates a new CaptchaChallenge 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 NewCaptchaChallengeWithDefaults() *CaptchaChallenge
NewCaptchaChallengeWithDefaults instantiates a new CaptchaChallenge 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 *CaptchaChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) 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 *CaptchaChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *CaptchaChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *CaptchaChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) 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 *CaptchaChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *CaptchaChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *CaptchaChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) 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 *CaptchaChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *CaptchaChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *CaptchaChallenge) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) 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 *CaptchaChallenge) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *CaptchaChallenge) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) 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 *CaptchaChallenge) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *CaptchaChallenge) GetSiteKey() string
GetSiteKey returns the SiteKey field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) GetSiteKeyOk() (*string, bool)
GetSiteKeyOk returns a tuple with the SiteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptchaChallenge) SetSiteKey(v string)
SetSiteKey sets SiteKey field to given value.
func (o *CaptchaChallenge) GetJsUrl() string
GetJsUrl returns the JsUrl field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) GetJsUrlOk() (*string, bool)
GetJsUrlOk returns a tuple with the JsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptchaChallenge) SetJsUrl(v string)
SetJsUrl sets JsUrl field to given value.
func (o *CaptchaChallenge) GetInteractive() bool
GetInteractive returns the Interactive field if non-nil, zero value otherwise.
func (o *CaptchaChallenge) GetInteractiveOk() (*bool, bool)
GetInteractiveOk returns a tuple with the Interactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CaptchaChallenge) SetInteractive(v bool)
SetInteractive sets Interactive field to given value.