Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Code | string | ||
Id | string | ||
RawId | string | ||
Response | ApiInteractionBindMfaPostRequestOneOf1Response | ||
AuthenticatorAttachment | Pointer to string | [optional] | |
ClientExtensionResults | ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults |
func NewApiInteractionBindMfaPostRequest(type_ string, code string, id string, rawId string, response ApiInteractionBindMfaPostRequestOneOf1Response, clientExtensionResults ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults, ) *ApiInteractionBindMfaPostRequest
NewApiInteractionBindMfaPostRequest instantiates a new ApiInteractionBindMfaPostRequest 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 NewApiInteractionBindMfaPostRequestWithDefaults() *ApiInteractionBindMfaPostRequest
NewApiInteractionBindMfaPostRequestWithDefaults instantiates a new ApiInteractionBindMfaPostRequest 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 *ApiInteractionBindMfaPostRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetTypeOk() (*string, 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.
func (o *ApiInteractionBindMfaPostRequest) SetType(v string)
SetType sets Type field to given value.
func (o *ApiInteractionBindMfaPostRequest) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionBindMfaPostRequest) SetCode(v string)
SetCode sets Code field to given value.
func (o *ApiInteractionBindMfaPostRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetIdOk() (*string, 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 *ApiInteractionBindMfaPostRequest) SetId(v string)
SetId sets Id field to given value.
func (o *ApiInteractionBindMfaPostRequest) GetRawId() string
GetRawId returns the RawId field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetRawIdOk() (*string, bool)
GetRawIdOk returns a tuple with the RawId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionBindMfaPostRequest) SetRawId(v string)
SetRawId sets RawId field to given value.
func (o *ApiInteractionBindMfaPostRequest) GetResponse() ApiInteractionBindMfaPostRequestOneOf1Response
GetResponse returns the Response field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetResponseOk() (*ApiInteractionBindMfaPostRequestOneOf1Response, 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 *ApiInteractionBindMfaPostRequest) SetResponse(v ApiInteractionBindMfaPostRequestOneOf1Response)
SetResponse sets Response field to given value.
func (o *ApiInteractionBindMfaPostRequest) GetAuthenticatorAttachment() string
GetAuthenticatorAttachment returns the AuthenticatorAttachment field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetAuthenticatorAttachmentOk() (*string, bool)
GetAuthenticatorAttachmentOk returns a tuple with the AuthenticatorAttachment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionBindMfaPostRequest) SetAuthenticatorAttachment(v string)
SetAuthenticatorAttachment sets AuthenticatorAttachment field to given value.
func (o *ApiInteractionBindMfaPostRequest) HasAuthenticatorAttachment() bool
HasAuthenticatorAttachment returns a boolean if a field has been set.
func (o *ApiInteractionBindMfaPostRequest) GetClientExtensionResults() ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults
GetClientExtensionResults returns the ClientExtensionResults field if non-nil, zero value otherwise.
func (o *ApiInteractionBindMfaPostRequest) GetClientExtensionResultsOk() (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults, bool)
GetClientExtensionResultsOk returns a tuple with the ClientExtensionResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionBindMfaPostRequest) SetClientExtensionResults(v ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults)
SetClientExtensionResults sets ClientExtensionResults field to given value.