Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.21 KB

ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions.md

File metadata and controls

108 lines (59 loc) · 4.21 KB

ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

Properties

Name Type Description Notes
Appid Pointer to string [optional]
CredProps Pointer to bool [optional]
HmacCreateSecret Pointer to bool [optional]

Methods

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions 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

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions 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

GetAppid

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetAppid() string

GetAppid returns the Appid field if non-nil, zero value otherwise.

GetAppidOk

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetAppidOk() (*string, bool)

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

SetAppid

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetAppid(v string)

SetAppid sets Appid field to given value.

HasAppid

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasAppid() bool

HasAppid returns a boolean if a field has been set.

GetCredProps

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetCredProps() bool

GetCredProps returns the CredProps field if non-nil, zero value otherwise.

GetCredPropsOk

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetCredPropsOk() (*bool, bool)

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

SetCredProps

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetCredProps(v bool)

SetCredProps sets CredProps field to given value.

HasCredProps

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasCredProps() bool

HasCredProps returns a boolean if a field has been set.

GetHmacCreateSecret

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetHmacCreateSecret() bool

GetHmacCreateSecret returns the HmacCreateSecret field if non-nil, zero value otherwise.

GetHmacCreateSecretOk

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetHmacCreateSecretOk() (*bool, bool)

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

SetHmacCreateSecret

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetHmacCreateSecret(v bool)

SetHmacCreateSecret sets HmacCreateSecret field to given value.

HasHmacCreateSecret

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasHmacCreateSecret() bool

HasHmacCreateSecret returns a boolean if a field has been set.

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