Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Alg | float32 |
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
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
func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetType(v string)
SetType sets Type field to given value.
func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetAlg() float32
GetAlg returns the Alg field if non-nil, zero value otherwise.
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.
func (o *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetAlg(v float32)
SetAlg sets Alg field to given value.