Name | Type | Description | Notes |
---|---|---|---|
Space | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
func NewServiceBrokerRelationships() *ServiceBrokerRelationships
NewServiceBrokerRelationships instantiates a new ServiceBrokerRelationships 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 NewServiceBrokerRelationshipsWithDefaults() *ServiceBrokerRelationships
NewServiceBrokerRelationshipsWithDefaults instantiates a new ServiceBrokerRelationships 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 *ServiceBrokerRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *ServiceBrokerRelationships) GetSpaceOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBrokerRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)
SetSpace sets Space field to given value.
func (o *ServiceBrokerRelationships) HasSpace() bool
HasSpace returns a boolean if a field has been set.