Name | Type | Description | Notes |
---|---|---|---|
Route | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
ServiceInstance | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
func NewServiceRouteBindingRelationships() *ServiceRouteBindingRelationships
NewServiceRouteBindingRelationships instantiates a new ServiceRouteBindingRelationships 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 NewServiceRouteBindingRelationshipsWithDefaults() *ServiceRouteBindingRelationships
NewServiceRouteBindingRelationshipsWithDefaults instantiates a new ServiceRouteBindingRelationships 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 *ServiceRouteBindingRelationships) GetRoute() V3AppsPostRequestRelationshipsSpace
GetRoute returns the Route field if non-nil, zero value otherwise.
func (o *ServiceRouteBindingRelationships) GetRouteOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetRouteOk returns a tuple with the Route field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceRouteBindingRelationships) SetRoute(v V3AppsPostRequestRelationshipsSpace)
SetRoute sets Route field to given value.
func (o *ServiceRouteBindingRelationships) HasRoute() bool
HasRoute returns a boolean if a field has been set.
func (o *ServiceRouteBindingRelationships) GetServiceInstance() V3AppsPostRequestRelationshipsSpace
GetServiceInstance returns the ServiceInstance field if non-nil, zero value otherwise.
func (o *ServiceRouteBindingRelationships) GetServiceInstanceOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetServiceInstanceOk returns a tuple with the ServiceInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceRouteBindingRelationships) SetServiceInstance(v V3AppsPostRequestRelationshipsSpace)
SetServiceInstance sets ServiceInstance field to given value.
func (o *ServiceRouteBindingRelationships) HasServiceInstance() bool
HasServiceInstance returns a boolean if a field has been set.