Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.29 KB

File metadata and controls

82 lines (45 loc) · 2.29 KB

VaultAddressOutput

Properties

Name Type Description Notes
ApiGwUrl Pointer to string [optional]
VaultUrl Pointer to string [optional]

Methods

NewVaultAddressOutput

func NewVaultAddressOutput() *VaultAddressOutput

NewVaultAddressOutput instantiates a new VaultAddressOutput 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

NewVaultAddressOutputWithDefaults

func NewVaultAddressOutputWithDefaults() *VaultAddressOutput

NewVaultAddressOutputWithDefaults instantiates a new VaultAddressOutput 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

GetApiGwUrl

func (o *VaultAddressOutput) GetApiGwUrl() string

GetApiGwUrl returns the ApiGwUrl field if non-nil, zero value otherwise.

GetApiGwUrlOk

func (o *VaultAddressOutput) GetApiGwUrlOk() (*string, bool)

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

SetApiGwUrl

func (o *VaultAddressOutput) SetApiGwUrl(v string)

SetApiGwUrl sets ApiGwUrl field to given value.

HasApiGwUrl

func (o *VaultAddressOutput) HasApiGwUrl() bool

HasApiGwUrl returns a boolean if a field has been set.

GetVaultUrl

func (o *VaultAddressOutput) GetVaultUrl() string

GetVaultUrl returns the VaultUrl field if non-nil, zero value otherwise.

GetVaultUrlOk

func (o *VaultAddressOutput) GetVaultUrlOk() (*string, bool)

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

SetVaultUrl

func (o *VaultAddressOutput) SetVaultUrl(v string)

SetVaultUrl sets VaultUrl field to given value.

HasVaultUrl

func (o *VaultAddressOutput) HasVaultUrl() bool

HasVaultUrl returns a boolean if a field has been set.

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