Name | Type | Description | Notes |
---|---|---|---|
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Parameters | Pointer to map[string]interface{} | [optional] | |
Relationships | V3ServiceCredentialBindingsPostRequestRelationships | ||
Type | string |
func NewV3ServiceCredentialBindingsPostRequest(relationships V3ServiceCredentialBindingsPostRequestRelationships, type_ string, ) *V3ServiceCredentialBindingsPostRequest
NewV3ServiceCredentialBindingsPostRequest instantiates a new V3ServiceCredentialBindingsPostRequest 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 NewV3ServiceCredentialBindingsPostRequestWithDefaults() *V3ServiceCredentialBindingsPostRequest
NewV3ServiceCredentialBindingsPostRequestWithDefaults instantiates a new V3ServiceCredentialBindingsPostRequest 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 *V3ServiceCredentialBindingsPostRequest) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsPostRequest) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsPostRequest) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3ServiceCredentialBindingsPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3ServiceCredentialBindingsPostRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsPostRequest) SetName(v string)
SetName sets Name field to given value.
func (o *V3ServiceCredentialBindingsPostRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V3ServiceCredentialBindingsPostRequest) GetParameters() map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsPostRequest) GetParametersOk() (*map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsPostRequest) SetParameters(v map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *V3ServiceCredentialBindingsPostRequest) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *V3ServiceCredentialBindingsPostRequest) GetRelationships() V3ServiceCredentialBindingsPostRequestRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsPostRequest) GetRelationshipsOk() (*V3ServiceCredentialBindingsPostRequestRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsPostRequest) SetRelationships(v V3ServiceCredentialBindingsPostRequestRelationships)
SetRelationships sets Relationships field to given value.
func (o *V3ServiceCredentialBindingsPostRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V3ServiceCredentialBindingsPostRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServiceCredentialBindingsPostRequest) SetType(v string)
SetType sets Type field to given value.