Name | Type | Description | Notes |
---|---|---|---|
WalletId | string | The wallet ID. | |
WalletType | WalletType | ||
WalletSubtype | WalletSubtype | ||
Name | string | The wallet name. | |
OrgId | string | The ID of the owning organization. | |
ProjectId | Pointer to string | The project ID. | [optional] |
ProjectName | Pointer to string | The project name. | [optional] |
VaultId | string | The ID of the owning vault. | |
VaultName | Pointer to string | The vault name. | [optional] |
func NewMPCWalletInfo(walletId string, walletType WalletType, walletSubtype WalletSubtype, name string, orgId string, vaultId string, ) *MPCWalletInfo
NewMPCWalletInfo instantiates a new MPCWalletInfo 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 NewMPCWalletInfoWithDefaults() *MPCWalletInfo
NewMPCWalletInfoWithDefaults instantiates a new MPCWalletInfo 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 *MPCWalletInfo) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetWalletIdOk() (*string, bool)
GetWalletIdOk returns a tuple with the WalletId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetWalletId(v string)
SetWalletId sets WalletId field to given value.
func (o *MPCWalletInfo) GetWalletType() WalletType
GetWalletType returns the WalletType field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetWalletTypeOk() (*WalletType, bool)
GetWalletTypeOk returns a tuple with the WalletType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetWalletType(v WalletType)
SetWalletType sets WalletType field to given value.
func (o *MPCWalletInfo) GetWalletSubtype() WalletSubtype
GetWalletSubtype returns the WalletSubtype field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetWalletSubtypeOk() (*WalletSubtype, bool)
GetWalletSubtypeOk returns a tuple with the WalletSubtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetWalletSubtype(v WalletSubtype)
SetWalletSubtype sets WalletSubtype field to given value.
func (o *MPCWalletInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetName(v string)
SetName sets Name field to given value.
func (o *MPCWalletInfo) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *MPCWalletInfo) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *MPCWalletInfo) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *MPCWalletInfo) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *MPCWalletInfo) HasProjectName() bool
HasProjectName returns a boolean if a field has been set.
func (o *MPCWalletInfo) GetVaultId() string
GetVaultId returns the VaultId field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetVaultIdOk() (*string, bool)
GetVaultIdOk returns a tuple with the VaultId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetVaultId(v string)
SetVaultId sets VaultId field to given value.
func (o *MPCWalletInfo) GetVaultName() string
GetVaultName returns the VaultName field if non-nil, zero value otherwise.
func (o *MPCWalletInfo) GetVaultNameOk() (*string, bool)
GetVaultNameOk returns a tuple with the VaultName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MPCWalletInfo) SetVaultName(v string)
SetVaultName sets VaultName field to given value.
func (o *MPCWalletInfo) HasVaultName() bool
HasVaultName returns a boolean if a field has been set.