Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Subscription | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
Data | Pointer to string | [optional] |
func NewVaultConfiguration() *VaultConfiguration
NewVaultConfiguration instantiates a new VaultConfiguration 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 NewVaultConfigurationWithDefaults() *VaultConfiguration
NewVaultConfigurationWithDefaults instantiates a new VaultConfiguration 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 *VaultConfiguration) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VaultConfiguration) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultConfiguration) SetId(v int32)
SetId sets Id field to given value.
func (o *VaultConfiguration) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VaultConfiguration) GetSubscription() string
GetSubscription returns the Subscription field if non-nil, zero value otherwise.
func (o *VaultConfiguration) GetSubscriptionOk() (*string, bool)
GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultConfiguration) SetSubscription(v string)
SetSubscription sets Subscription field to given value.
func (o *VaultConfiguration) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (o *VaultConfiguration) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *VaultConfiguration) 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 *VaultConfiguration) SetType(v string)
SetType sets Type field to given value.
func (o *VaultConfiguration) HasType() bool
HasType returns a boolean if a field has been set.
func (o *VaultConfiguration) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *VaultConfiguration) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultConfiguration) SetData(v string)
SetData sets Data field to given value.
func (o *VaultConfiguration) HasData() bool
HasData returns a boolean if a field has been set.