Name | Type | Description | Notes |
---|---|---|---|
DynamicSecretDetails | Pointer to DSProducerDetails | [optional] |
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
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
func (o *DynamicSecretUpdateOutput) GetDynamicSecretDetails() DSProducerDetails
GetDynamicSecretDetails returns the DynamicSecretDetails field if non-nil, zero value otherwise.
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.
func (o *DynamicSecretUpdateOutput) SetDynamicSecretDetails(v DSProducerDetails)
SetDynamicSecretDetails sets DynamicSecretDetails field to given value.
func (o *DynamicSecretUpdateOutput) HasDynamicSecretDetails() bool
HasDynamicSecretDetails returns a boolean if a field has been set.