Skip to content

Latest commit

 

History

History
150 lines (81 loc) · 4.13 KB

ShellChallenge.md

File metadata and controls

150 lines (81 loc) · 4.13 KB

ShellChallenge

Properties

Name Type Description Notes
Type ChallengeChoices
FlowInfo Pointer to ContextualFlowInfo [optional]
Component Pointer to string [optional] [default to "xak-flow-shell"]
ResponseErrors Pointer to map[string][]ErrorDetail [optional]
Body string

Methods

NewShellChallenge

func NewShellChallenge(type_ ChallengeChoices, 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

NewShellChallengeWithDefaults

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

GetType

func (o *ShellChallenge) GetType() ChallengeChoices

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ShellChallenge) GetTypeOk() (*ChallengeChoices, 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.

SetType

func (o *ShellChallenge) SetType(v ChallengeChoices)

SetType sets Type field to given value.

GetFlowInfo

func (o *ShellChallenge) GetFlowInfo() ContextualFlowInfo

GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.

GetFlowInfoOk

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.

SetFlowInfo

func (o *ShellChallenge) SetFlowInfo(v ContextualFlowInfo)

SetFlowInfo sets FlowInfo field to given value.

HasFlowInfo

func (o *ShellChallenge) HasFlowInfo() bool

HasFlowInfo returns a boolean if a field has been set.

GetComponent

func (o *ShellChallenge) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

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.

SetComponent

func (o *ShellChallenge) SetComponent(v string)

SetComponent sets Component field to given value.

HasComponent

func (o *ShellChallenge) HasComponent() bool

HasComponent returns a boolean if a field has been set.

GetResponseErrors

func (o *ShellChallenge) GetResponseErrors() map[string][]ErrorDetail

GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.

GetResponseErrorsOk

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.

SetResponseErrors

func (o *ShellChallenge) SetResponseErrors(v map[string][]ErrorDetail)

SetResponseErrors sets ResponseErrors field to given value.

HasResponseErrors

func (o *ShellChallenge) HasResponseErrors() bool

HasResponseErrors returns a boolean if a field has been set.

GetBody

func (o *ShellChallenge) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

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.

SetBody

func (o *ShellChallenge) SetBody(v string)

SetBody sets Body field to given value.

[Back to Model list] [Back to API list] [Back to README]