Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

DynamicSecretUpdateOutput.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

DynamicSecretUpdateOutput

Properties

Name Type Description Notes
DynamicSecretDetails Pointer to DSProducerDetails [optional]

Methods

NewDynamicSecretUpdateOutput

func NewDynamicSecretUpdateOutput() *DynamicSecretUpdateOutput

NewDynamicSecretUpdateOutput instantiates a new DynamicSecretUpdateOutput 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

NewDynamicSecretUpdateOutputWithDefaults

func NewDynamicSecretUpdateOutputWithDefaults() *DynamicSecretUpdateOutput

NewDynamicSecretUpdateOutputWithDefaults instantiates a new DynamicSecretUpdateOutput 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 *DynamicSecretUpdateOutput) GetDynamicSecretDetails() DSProducerDetails

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

GetDynamicSecretDetailsOk

func (o *DynamicSecretUpdateOutput) 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 *DynamicSecretUpdateOutput) SetDynamicSecretDetails(v DSProducerDetails)

SetDynamicSecretDetails sets DynamicSecretDetails field to given value.

HasDynamicSecretDetails

func (o *DynamicSecretUpdateOutput) HasDynamicSecretDetails() bool

HasDynamicSecretDetails returns a boolean if a field has been set.

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