Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
Spaces | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsPostRequest | [optional] |
func NewSpaceQuotaRelationships() *SpaceQuotaRelationships
NewSpaceQuotaRelationships instantiates a new SpaceQuotaRelationships 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 NewSpaceQuotaRelationshipsWithDefaults() *SpaceQuotaRelationships
NewSpaceQuotaRelationshipsWithDefaults instantiates a new SpaceQuotaRelationships 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 *SpaceQuotaRelationships) GetOrganization() V3AppsPostRequestRelationshipsSpace
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *SpaceQuotaRelationships) GetOrganizationOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuotaRelationships) SetOrganization(v V3AppsPostRequestRelationshipsSpace)
SetOrganization sets Organization field to given value.
func (o *SpaceQuotaRelationships) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *SpaceQuotaRelationships) GetSpaces() V3IsolationSegmentsGuidRelationshipsOrganizationsPostRequest
GetSpaces returns the Spaces field if non-nil, zero value otherwise.
func (o *SpaceQuotaRelationships) GetSpacesOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsPostRequest, bool)
GetSpacesOk returns a tuple with the Spaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuotaRelationships) SetSpaces(v V3IsolationSegmentsGuidRelationshipsOrganizationsPostRequest)
SetSpaces sets Spaces field to given value.
func (o *SpaceQuotaRelationships) HasSpaces() bool
HasSpaces returns a boolean if a field has been set.