Name | Type | Description | Notes |
---|---|---|---|
KeyName | string | The name of the key. | |
KeyVersion | string | The version of the key. | |
PublicAddress | string | An ethereum address. |
func NewAzureWallet(keyName string, keyVersion string, publicAddress string, ) *AzureWallet
NewAzureWallet instantiates a new AzureWallet 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 NewAzureWalletWithDefaults() *AzureWallet
NewAzureWalletWithDefaults instantiates a new AzureWallet 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 *AzureWallet) GetKeyName() string
GetKeyName returns the KeyName field if non-nil, zero value otherwise.
func (o *AzureWallet) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureWallet) SetKeyName(v string)
SetKeyName sets KeyName field to given value.
func (o *AzureWallet) GetKeyVersion() string
GetKeyVersion returns the KeyVersion field if non-nil, zero value otherwise.
func (o *AzureWallet) GetKeyVersionOk() (*string, bool)
GetKeyVersionOk returns a tuple with the KeyVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureWallet) SetKeyVersion(v string)
SetKeyVersion sets KeyVersion field to given value.
func (o *AzureWallet) GetPublicAddress() string
GetPublicAddress returns the PublicAddress field if non-nil, zero value otherwise.
func (o *AzureWallet) GetPublicAddressOk() (*string, bool)
GetPublicAddressOk returns a tuple with the PublicAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureWallet) SetPublicAddress(v string)
SetPublicAddress sets PublicAddress field to given value.