Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.87 KB

File metadata and controls

93 lines (50 loc) · 2.87 KB

SecretManagerEndpointConfigurationDto

Properties

Name Type Description Notes
Mode string
Region string
ProjectId string

Methods

NewSecretManagerEndpointConfigurationDto

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

NewSecretManagerEndpointConfigurationDtoWithDefaults

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

GetMode

func (o *SecretManagerEndpointConfigurationDto) GetMode() string

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

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.

SetMode

func (o *SecretManagerEndpointConfigurationDto) SetMode(v string)

SetMode sets Mode field to given value.

GetRegion

func (o *SecretManagerEndpointConfigurationDto) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *SecretManagerEndpointConfigurationDto) SetRegion(v string)

SetRegion sets Region field to given value.

GetProjectId

func (o *SecretManagerEndpointConfigurationDto) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

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.

SetProjectId

func (o *SecretManagerEndpointConfigurationDto) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

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