Name | Type | Description | Notes |
---|---|---|---|
TssKeyShareGroupId | Pointer to string | The TSS key share group ID. | [optional] |
Curve | Pointer to CurveType | [optional] | |
RootPubkey | Pointer to string | The vault's root extended public key. | [optional] |
func NewTSSGroups() *TSSGroups
NewTSSGroups instantiates a new TSSGroups 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 NewTSSGroupsWithDefaults() *TSSGroups
NewTSSGroupsWithDefaults instantiates a new TSSGroups 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 *TSSGroups) GetTssKeyShareGroupId() string
GetTssKeyShareGroupId returns the TssKeyShareGroupId field if non-nil, zero value otherwise.
func (o *TSSGroups) GetTssKeyShareGroupIdOk() (*string, bool)
GetTssKeyShareGroupIdOk returns a tuple with the TssKeyShareGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSSGroups) SetTssKeyShareGroupId(v string)
SetTssKeyShareGroupId sets TssKeyShareGroupId field to given value.
func (o *TSSGroups) HasTssKeyShareGroupId() bool
HasTssKeyShareGroupId returns a boolean if a field has been set.
func (o *TSSGroups) GetCurve() CurveType
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *TSSGroups) GetCurveOk() (*CurveType, bool)
GetCurveOk returns a tuple with the Curve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSSGroups) SetCurve(v CurveType)
SetCurve sets Curve field to given value.
func (o *TSSGroups) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *TSSGroups) GetRootPubkey() string
GetRootPubkey returns the RootPubkey field if non-nil, zero value otherwise.
func (o *TSSGroups) GetRootPubkeyOk() (*string, bool)
GetRootPubkeyOk returns a tuple with the RootPubkey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TSSGroups) SetRootPubkey(v string)
SetRootPubkey sets RootPubkey field to given value.
func (o *TSSGroups) HasRootPubkey() bool
HasRootPubkey returns a boolean if a field has been set.