Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.98 KB

ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner.md

File metadata and controls

72 lines (39 loc) · 2.98 KB

ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

Properties

Name Type Description Notes
Type string
Alg float32

Methods

NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner(type_ string, alg float32, ) *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner 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

NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInnerWithDefaults

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInnerWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

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

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

GetTypeOk

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) 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 *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetType(v string)

SetType sets Type field to given value.

GetAlg

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetAlg() float32

GetAlg returns the Alg field if non-nil, zero value otherwise.

GetAlgOk

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetAlgOk() (*float32, bool)

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

SetAlg

func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetAlg(v float32)

SetAlg sets Alg field to given value.

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