Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.59 KB

VaultStatus.md

File metadata and controls

56 lines (31 loc) · 1.59 KB

VaultStatus

Properties

Name Type Description Notes
Details Pointer to VaultStatusDetails [optional]

Methods

NewVaultStatus

func NewVaultStatus() *VaultStatus

NewVaultStatus instantiates a new VaultStatus 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

NewVaultStatusWithDefaults

func NewVaultStatusWithDefaults() *VaultStatus

NewVaultStatusWithDefaults instantiates a new VaultStatus 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

GetDetails

func (o *VaultStatus) GetDetails() VaultStatusDetails

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

func (o *VaultStatus) GetDetailsOk() (*VaultStatusDetails, bool)

GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDetails

func (o *VaultStatus) SetDetails(v VaultStatusDetails)

SetDetails sets Details field to given value.

HasDetails

func (o *VaultStatus) HasDetails() bool

HasDetails returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]