KeyData
Last updated
Was this helpful?
Flags
Pointer to int32
Represents the key's metadata and usage information.
[optional]
PubKey
Pointer to string
Represents the public key data in Base64 encoding.
[optional]
func NewKeyData() *KeyData
NewKeyData instantiates a new KeyData 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 NewKeyDataWithDefaults() *KeyData
NewKeyDataWithDefaults instantiates a new KeyData 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 *KeyData) GetFlags() int32
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *KeyData) GetFlagsOk() (*int32, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyData) SetFlags(v int32)
SetFlags sets Flags field to given value.
func (o *KeyData) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *KeyData) GetPubKey() string
GetPubKey returns the PubKey field if non-nil, zero value otherwise.
func (o *KeyData) GetPubKeyOk() (*string, bool)
GetPubKeyOk returns a tuple with the PubKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyData) SetPubKey(v string)
SetPubKey sets PubKey field to given value.
func (o *KeyData) HasPubKey() bool
HasPubKey returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?