Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "xak-flow-shell"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
Body | string |
func NewShellChallenge(body string, ) *ShellChallenge
NewShellChallenge instantiates a new ShellChallenge 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 NewShellChallengeWithDefaults() *ShellChallenge
NewShellChallengeWithDefaults instantiates a new ShellChallenge 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 *ShellChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *ShellChallenge) 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 *ShellChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *ShellChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *ShellChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ShellChallenge) 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 *ShellChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *ShellChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *ShellChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *ShellChallenge) 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 *ShellChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *ShellChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *ShellChallenge) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ShellChallenge) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShellChallenge) SetBody(v string)
SetBody sets Body field to given value.