Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

CreateUserMfaVerification200ResponseOneOf.md

File metadata and controls

93 lines (50 loc) · 2.99 KB

CreateUserMfaVerification200ResponseOneOf

Properties

Name Type Description Notes
Type string
Secret string
SecretQrCode string

Methods

NewCreateUserMfaVerification200ResponseOneOf

func NewCreateUserMfaVerification200ResponseOneOf(type_ string, secret string, secretQrCode string, ) *CreateUserMfaVerification200ResponseOneOf

NewCreateUserMfaVerification200ResponseOneOf instantiates a new CreateUserMfaVerification200ResponseOneOf 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

NewCreateUserMfaVerification200ResponseOneOfWithDefaults

func NewCreateUserMfaVerification200ResponseOneOfWithDefaults() *CreateUserMfaVerification200ResponseOneOf

NewCreateUserMfaVerification200ResponseOneOfWithDefaults instantiates a new CreateUserMfaVerification200ResponseOneOf 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 *CreateUserMfaVerification200ResponseOneOf) GetType() string

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

GetTypeOk

func (o *CreateUserMfaVerification200ResponseOneOf) 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.

SetType

func (o *CreateUserMfaVerification200ResponseOneOf) SetType(v string)

SetType sets Type field to given value.

GetSecret

func (o *CreateUserMfaVerification200ResponseOneOf) GetSecret() string

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

func (o *CreateUserMfaVerification200ResponseOneOf) GetSecretOk() (*string, bool)

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

SetSecret

func (o *CreateUserMfaVerification200ResponseOneOf) SetSecret(v string)

SetSecret sets Secret field to given value.

GetSecretQrCode

func (o *CreateUserMfaVerification200ResponseOneOf) GetSecretQrCode() string

GetSecretQrCode returns the SecretQrCode field if non-nil, zero value otherwise.

GetSecretQrCodeOk

func (o *CreateUserMfaVerification200ResponseOneOf) GetSecretQrCodeOk() (*string, bool)

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

SetSecretQrCode

func (o *CreateUserMfaVerification200ResponseOneOf) SetSecretQrCode(v string)

SetSecretQrCode sets SecretQrCode field to given value.

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