| Name | Type | Description | Notes |
|---|---|---|---|
| Mode | string | ||
| Region | string | ||
| ProjectId | string |
func NewSecretManagerEndpointConfigurationDto(mode string, region string, projectId string, ) *SecretManagerEndpointConfigurationDto
NewSecretManagerEndpointConfigurationDto instantiates a new SecretManagerEndpointConfigurationDto 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 NewSecretManagerEndpointConfigurationDtoWithDefaults() *SecretManagerEndpointConfigurationDto
NewSecretManagerEndpointConfigurationDtoWithDefaults instantiates a new SecretManagerEndpointConfigurationDto 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 *SecretManagerEndpointConfigurationDto) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *SecretManagerEndpointConfigurationDto) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretManagerEndpointConfigurationDto) SetMode(v string)
SetMode sets Mode field to given value.
func (o *SecretManagerEndpointConfigurationDto) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *SecretManagerEndpointConfigurationDto) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretManagerEndpointConfigurationDto) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *SecretManagerEndpointConfigurationDto) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *SecretManagerEndpointConfigurationDto) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretManagerEndpointConfigurationDto) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.