Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-autosubmit"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
Url | string | ||
Attrs | map[string]string | ||
Title | Pointer to string | [optional] |
func NewAutosubmitChallenge(url string, attrs map[string]string, ) *AutosubmitChallenge
NewAutosubmitChallenge instantiates a new AutosubmitChallenge 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 NewAutosubmitChallengeWithDefaults() *AutosubmitChallenge
NewAutosubmitChallengeWithDefaults instantiates a new AutosubmitChallenge 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 *AutosubmitChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) 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 *AutosubmitChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *AutosubmitChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *AutosubmitChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) 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 *AutosubmitChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *AutosubmitChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *AutosubmitChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) 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 *AutosubmitChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *AutosubmitChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *AutosubmitChallenge) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutosubmitChallenge) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *AutosubmitChallenge) GetAttrs() map[string]string
GetAttrs returns the Attrs field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) GetAttrsOk() (*map[string]string, bool)
GetAttrsOk returns a tuple with the Attrs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutosubmitChallenge) SetAttrs(v map[string]string)
SetAttrs sets Attrs field to given value.
func (o *AutosubmitChallenge) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AutosubmitChallenge) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutosubmitChallenge) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AutosubmitChallenge) HasTitle() bool
HasTitle returns a boolean if a field has been set.