Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.73 KB

GetSecurityQuestions200ResponseSecurityQuestionsInner.md

File metadata and controls

108 lines (59 loc) · 3.73 KB

GetSecurityQuestions200ResponseSecurityQuestionsInner

Properties

Name Type Description Notes
Id Pointer to int32 The ID representing the security question. [optional]
Question Pointer to string The security question. [optional] [readonly]
Response Pointer to string The security question response. [optional]

Methods

NewGetSecurityQuestions200ResponseSecurityQuestionsInner

func NewGetSecurityQuestions200ResponseSecurityQuestionsInner() *GetSecurityQuestions200ResponseSecurityQuestionsInner

NewGetSecurityQuestions200ResponseSecurityQuestionsInner instantiates a new GetSecurityQuestions200ResponseSecurityQuestionsInner 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

NewGetSecurityQuestions200ResponseSecurityQuestionsInnerWithDefaults

func NewGetSecurityQuestions200ResponseSecurityQuestionsInnerWithDefaults() *GetSecurityQuestions200ResponseSecurityQuestionsInner

NewGetSecurityQuestions200ResponseSecurityQuestionsInnerWithDefaults instantiates a new GetSecurityQuestions200ResponseSecurityQuestionsInner 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

GetId

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetQuestion

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetQuestion() string

GetQuestion returns the Question field if non-nil, zero value otherwise.

GetQuestionOk

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetQuestionOk() (*string, bool)

GetQuestionOk returns a tuple with the Question field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuestion

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetQuestion(v string)

SetQuestion sets Question field to given value.

HasQuestion

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasQuestion() bool

HasQuestion returns a boolean if a field has been set.

GetResponse

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetResponse() string

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetResponseOk() (*string, bool)

GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResponse

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetResponse(v string)

SetResponse sets Response field to given value.

HasResponse

func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasResponse() bool

HasResponse returns a boolean if a field has been set.

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