Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.73 KB

CreateESMOutput.md

File metadata and controls

82 lines (45 loc) · 2.73 KB

CreateESMOutput

Properties

Name Type Description Notes
ExternalSecretManagerId Pointer to int64 [optional]
ExternalSecretManagerName Pointer to string [optional]

Methods

NewCreateESMOutput

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

NewCreateESMOutputWithDefaults

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

GetExternalSecretManagerId

func (o *CreateESMOutput) GetExternalSecretManagerId() int64

GetExternalSecretManagerId returns the ExternalSecretManagerId field if non-nil, zero value otherwise.

GetExternalSecretManagerIdOk

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.

SetExternalSecretManagerId

func (o *CreateESMOutput) SetExternalSecretManagerId(v int64)

SetExternalSecretManagerId sets ExternalSecretManagerId field to given value.

HasExternalSecretManagerId

func (o *CreateESMOutput) HasExternalSecretManagerId() bool

HasExternalSecretManagerId returns a boolean if a field has been set.

GetExternalSecretManagerName

func (o *CreateESMOutput) GetExternalSecretManagerName() string

GetExternalSecretManagerName returns the ExternalSecretManagerName field if non-nil, zero value otherwise.

GetExternalSecretManagerNameOk

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.

SetExternalSecretManagerName

func (o *CreateESMOutput) SetExternalSecretManagerName(v string)

SetExternalSecretManagerName sets ExternalSecretManagerName field to given value.

HasExternalSecretManagerName

func (o *CreateESMOutput) HasExternalSecretManagerName() bool

HasExternalSecretManagerName returns a boolean if a field has been set.

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