Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.86 KB

ServiceBrokerRelationships.md

File metadata and controls

56 lines (31 loc) · 1.86 KB

ServiceBrokerRelationships

Properties

Name Type Description Notes
Space Pointer to V3AppsPostRequestRelationshipsSpace [optional]

Methods

NewServiceBrokerRelationships

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

NewServiceBrokerRelationshipsWithDefaults

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

GetSpace

func (o *ServiceBrokerRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

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.

SetSpace

func (o *ServiceBrokerRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)

SetSpace sets Space field to given value.

HasSpace

func (o *ServiceBrokerRelationships) HasSpace() bool

HasSpace returns a boolean if a field has been set.

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