Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.98 KB

V3ServiceCredentialBindingsGuidDetailsGet200Response.md

File metadata and controls

108 lines (59 loc) · 3.98 KB

V3ServiceCredentialBindingsGuidDetailsGet200Response

Properties

Name Type Description Notes
Credentials Pointer to map[string]interface{} [optional]
SyslogDrainUrl Pointer to string [optional]
VolumeMounts Pointer to []string [optional]

Methods

NewV3ServiceCredentialBindingsGuidDetailsGet200Response

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

NewV3ServiceCredentialBindingsGuidDetailsGet200ResponseWithDefaults

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

GetCredentials

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetCredentials() map[string]interface{}

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

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.

SetCredentials

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetCredentials(v map[string]interface{})

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetSyslogDrainUrl

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetSyslogDrainUrl() string

GetSyslogDrainUrl returns the SyslogDrainUrl field if non-nil, zero value otherwise.

GetSyslogDrainUrlOk

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.

SetSyslogDrainUrl

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetSyslogDrainUrl(v string)

SetSyslogDrainUrl sets SyslogDrainUrl field to given value.

HasSyslogDrainUrl

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasSyslogDrainUrl() bool

HasSyslogDrainUrl returns a boolean if a field has been set.

GetVolumeMounts

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) GetVolumeMounts() []string

GetVolumeMounts returns the VolumeMounts field if non-nil, zero value otherwise.

GetVolumeMountsOk

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.

SetVolumeMounts

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) SetVolumeMounts(v []string)

SetVolumeMounts sets VolumeMounts field to given value.

HasVolumeMounts

func (o *V3ServiceCredentialBindingsGuidDetailsGet200Response) HasVolumeMounts() bool

HasVolumeMounts returns a boolean if a field has been set.

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