Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

DynamicSecretCreateOutput.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

DynamicSecretCreateOutput

Properties

Name Type Description Notes
DynamicSecretDetails Pointer to DSProducerDetails [optional]

Methods

NewDynamicSecretCreateOutput

func NewDynamicSecretCreateOutput() *DynamicSecretCreateOutput

NewDynamicSecretCreateOutput instantiates a new DynamicSecretCreateOutput 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

NewDynamicSecretCreateOutputWithDefaults

func NewDynamicSecretCreateOutputWithDefaults() *DynamicSecretCreateOutput

NewDynamicSecretCreateOutputWithDefaults instantiates a new DynamicSecretCreateOutput 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

GetDynamicSecretDetails

func (o *DynamicSecretCreateOutput) GetDynamicSecretDetails() DSProducerDetails

GetDynamicSecretDetails returns the DynamicSecretDetails field if non-nil, zero value otherwise.

GetDynamicSecretDetailsOk

func (o *DynamicSecretCreateOutput) GetDynamicSecretDetailsOk() (*DSProducerDetails, bool)

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

SetDynamicSecretDetails

func (o *DynamicSecretCreateOutput) SetDynamicSecretDetails(v DSProducerDetails)

SetDynamicSecretDetails sets DynamicSecretDetails field to given value.

HasDynamicSecretDetails

func (o *DynamicSecretCreateOutput) HasDynamicSecretDetails() bool

HasDynamicSecretDetails returns a boolean if a field has been set.

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