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] |
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
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
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetQuestion() string
GetQuestion returns the Question field if non-nil, zero value otherwise.
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.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetQuestion(v string)
SetQuestion sets Question field to given value.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasQuestion() bool
HasQuestion returns a boolean if a field has been set.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) GetResponse() string
GetResponse returns the Response field if non-nil, zero value otherwise.
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.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) SetResponse(v string)
SetResponse sets Response field to given value.
func (o *GetSecurityQuestions200ResponseSecurityQuestionsInner) HasResponse() bool
HasResponse returns a boolean if a field has been set.