Name | Type | Description | Notes |
---|---|---|---|
Credentials | Pointer to map[string]interface{} | [optional] | |
SyslogDrainUrl | Pointer to string | [optional] | |
VolumeMounts | Pointer to []string | [optional] |
func NewV3ServiceCredentialBindingsGuidDetailsGet200Response() *V3ServiceCredentialBindingsGuidDetailsGet200Response
NewV3ServiceCredentialBindingsGuidDetailsGet200Response instantiates a new V3ServiceCredentialBindingsGuidDetailsGet200Response 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 NewV3ServiceCredentialBindingsGuidDetailsGet200ResponseWithDefaults() *V3ServiceCredentialBindingsGuidDetailsGet200Response
NewV3ServiceCredentialBindingsGuidDetailsGet200ResponseWithDefaults instantiates a new V3ServiceCredentialBindingsGuidDetailsGet200Response 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 *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetCredentials() map[string]interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetCredentialsOk() (*map[string]interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetCredentials(v map[string]interface{})
SetCredentials sets Credentials field to given value.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetSyslogDrainUrl() string
GetSyslogDrainUrl returns the SyslogDrainUrl field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetSyslogDrainUrlOk() (*string, bool)
GetSyslogDrainUrlOk returns a tuple with the SyslogDrainUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetSyslogDrainUrl(v string)
SetSyslogDrainUrl sets SyslogDrainUrl field to given value.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasSyslogDrainUrl() bool
HasSyslogDrainUrl returns a boolean if a field has been set.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetVolumeMounts() []string
GetVolumeMounts returns the VolumeMounts field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetVolumeMountsOk() (*[]string, bool)
GetVolumeMountsOk returns a tuple with the VolumeMounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetVolumeMounts(v []string)
SetVolumeMounts sets VolumeMounts field to given value.
func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasVolumeMounts() bool
HasVolumeMounts returns a boolean if a field has been set.