Name | Type | Description | Notes |
---|---|---|---|
ExternalSecretManagerId | Pointer to int64 | [optional] | |
ExternalSecretManagerName | Pointer to string | [optional] |
func NewCreateESMOutput() *CreateESMOutput
NewCreateESMOutput instantiates a new CreateESMOutput 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 NewCreateESMOutputWithDefaults() *CreateESMOutput
NewCreateESMOutputWithDefaults instantiates a new CreateESMOutput 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 *CreateESMOutput) GetExternalSecretManagerId() int64
GetExternalSecretManagerId returns the ExternalSecretManagerId field if non-nil, zero value otherwise.
func (o *CreateESMOutput) GetExternalSecretManagerIdOk() (*int64, bool)
GetExternalSecretManagerIdOk returns a tuple with the ExternalSecretManagerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateESMOutput) SetExternalSecretManagerId(v int64)
SetExternalSecretManagerId sets ExternalSecretManagerId field to given value.
func (o *CreateESMOutput) HasExternalSecretManagerId() bool
HasExternalSecretManagerId returns a boolean if a field has been set.
func (o *CreateESMOutput) GetExternalSecretManagerName() string
GetExternalSecretManagerName returns the ExternalSecretManagerName field if non-nil, zero value otherwise.
func (o *CreateESMOutput) GetExternalSecretManagerNameOk() (*string, bool)
GetExternalSecretManagerNameOk returns a tuple with the ExternalSecretManagerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateESMOutput) SetExternalSecretManagerName(v string)
SetExternalSecretManagerName sets ExternalSecretManagerName field to given value.
func (o *CreateESMOutput) HasExternalSecretManagerName() bool
HasExternalSecretManagerName returns a boolean if a field has been set.