Name | Type | Description | Notes |
---|---|---|---|
UniversalSecretsConnectorId | Pointer to int64 | [optional] | |
UniversalSecretsConnectorName | Pointer to string | [optional] |
func NewCreateUSCOutput() *CreateUSCOutput
NewCreateUSCOutput instantiates a new CreateUSCOutput 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 NewCreateUSCOutputWithDefaults() *CreateUSCOutput
NewCreateUSCOutputWithDefaults instantiates a new CreateUSCOutput 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 *CreateUSCOutput) GetUniversalSecretsConnectorId() int64
GetUniversalSecretsConnectorId returns the UniversalSecretsConnectorId field if non-nil, zero value otherwise.
func (o *CreateUSCOutput) GetUniversalSecretsConnectorIdOk() (*int64, bool)
GetUniversalSecretsConnectorIdOk returns a tuple with the UniversalSecretsConnectorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateUSCOutput) SetUniversalSecretsConnectorId(v int64)
SetUniversalSecretsConnectorId sets UniversalSecretsConnectorId field to given value.
func (o *CreateUSCOutput) HasUniversalSecretsConnectorId() bool
HasUniversalSecretsConnectorId returns a boolean if a field has been set.
func (o *CreateUSCOutput) GetUniversalSecretsConnectorName() string
GetUniversalSecretsConnectorName returns the UniversalSecretsConnectorName field if non-nil, zero value otherwise.
func (o *CreateUSCOutput) GetUniversalSecretsConnectorNameOk() (*string, bool)
GetUniversalSecretsConnectorNameOk returns a tuple with the UniversalSecretsConnectorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateUSCOutput) SetUniversalSecretsConnectorName(v string)
SetUniversalSecretsConnectorName sets UniversalSecretsConnectorName field to given value.
func (o *CreateUSCOutput) HasUniversalSecretsConnectorName() bool
HasUniversalSecretsConnectorName returns a boolean if a field has been set.