Name | Type | Description | Notes |
---|---|---|---|
Metadata | Pointer to Metadata | [optional] | |
Parameters | Pointer to map[string]interface{} | [optional] | |
Relationships | ServiceRouteBindingRelationships |
func NewV3ServiceRouteBindingsPostRequest(relationships ServiceRouteBindingRelationships, ) *V3ServiceRouteBindingsPostRequest
NewV3ServiceRouteBindingsPostRequest instantiates a new V3ServiceRouteBindingsPostRequest 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 NewV3ServiceRouteBindingsPostRequestWithDefaults() *V3ServiceRouteBindingsPostRequest
NewV3ServiceRouteBindingsPostRequestWithDefaults instantiates a new V3ServiceRouteBindingsPostRequest 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 *V3ServiceRouteBindingsPostRequest) GetMetadata() Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3ServiceRouteBindingsPostRequest) GetMetadataOk() (*Metadata, 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 *V3ServiceRouteBindingsPostRequest) SetMetadata(v Metadata)
SetMetadata sets Metadata field to given value.
func (o *V3ServiceRouteBindingsPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3ServiceRouteBindingsPostRequest) GetParameters() map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *V3ServiceRouteBindingsPostRequest) 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 *V3ServiceRouteBindingsPostRequest) SetParameters(v map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *V3ServiceRouteBindingsPostRequest) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *V3ServiceRouteBindingsPostRequest) GetRelationships() ServiceRouteBindingRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *V3ServiceRouteBindingsPostRequest) GetRelationshipsOk() (*ServiceRouteBindingRelationships, 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 *V3ServiceRouteBindingsPostRequest) SetRelationships(v ServiceRouteBindingRelationships)
SetRelationships sets Relationships field to given value.