Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.92 KB

ServiceRouteBindingRelationships.md

File metadata and controls

82 lines (45 loc) · 2.92 KB

ServiceRouteBindingRelationships

Properties

Name Type Description Notes
Route Pointer to V3AppsPostRequestRelationshipsSpace [optional]
ServiceInstance Pointer to V3AppsPostRequestRelationshipsSpace [optional]

Methods

NewServiceRouteBindingRelationships

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

NewServiceRouteBindingRelationshipsWithDefaults

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

GetRoute

func (o *ServiceRouteBindingRelationships) GetRoute() V3AppsPostRequestRelationshipsSpace

GetRoute returns the Route field if non-nil, zero value otherwise.

GetRouteOk

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.

SetRoute

func (o *ServiceRouteBindingRelationships) SetRoute(v V3AppsPostRequestRelationshipsSpace)

SetRoute sets Route field to given value.

HasRoute

func (o *ServiceRouteBindingRelationships) HasRoute() bool

HasRoute returns a boolean if a field has been set.

GetServiceInstance

func (o *ServiceRouteBindingRelationships) GetServiceInstance() V3AppsPostRequestRelationshipsSpace

GetServiceInstance returns the ServiceInstance field if non-nil, zero value otherwise.

GetServiceInstanceOk

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.

SetServiceInstance

func (o *ServiceRouteBindingRelationships) SetServiceInstance(v V3AppsPostRequestRelationshipsSpace)

SetServiceInstance sets ServiceInstance field to given value.

HasServiceInstance

func (o *ServiceRouteBindingRelationships) HasServiceInstance() bool

HasServiceInstance returns a boolean if a field has been set.

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