Name | Type | Description | Notes |
---|---|---|---|
Apps | Pointer to V3SpaceQuotasPostRequestApps | [optional] | |
Name | string | ||
Relationships | V3SpaceQuotasPostRequestRelationships | ||
Routes | Pointer to V3SpaceQuotasPostRequestRoutes | [optional] | |
Services | Pointer to V3SpaceQuotasPostRequestServices | [optional] |
func NewV3SpaceQuotasPostRequest(name string, relationships V3SpaceQuotasPostRequestRelationships, ) *V3SpaceQuotasPostRequest
NewV3SpaceQuotasPostRequest instantiates a new V3SpaceQuotasPostRequest 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 NewV3SpaceQuotasPostRequestWithDefaults() *V3SpaceQuotasPostRequest
NewV3SpaceQuotasPostRequestWithDefaults instantiates a new V3SpaceQuotasPostRequest 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 *V3SpaceQuotasPostRequest) GetApps() V3SpaceQuotasPostRequestApps
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *V3SpaceQuotasPostRequest) GetAppsOk() (*V3SpaceQuotasPostRequestApps, bool)
GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3SpaceQuotasPostRequest) SetApps(v V3SpaceQuotasPostRequestApps)
SetApps sets Apps field to given value.
func (o *V3SpaceQuotasPostRequest) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *V3SpaceQuotasPostRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V3SpaceQuotasPostRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3SpaceQuotasPostRequest) SetName(v string)
SetName sets Name field to given value.
func (o *V3SpaceQuotasPostRequest) GetRelationships() V3SpaceQuotasPostRequestRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *V3SpaceQuotasPostRequest) GetRelationshipsOk() (*V3SpaceQuotasPostRequestRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3SpaceQuotasPostRequest) SetRelationships(v V3SpaceQuotasPostRequestRelationships)
SetRelationships sets Relationships field to given value.
func (o *V3SpaceQuotasPostRequest) GetRoutes() V3SpaceQuotasPostRequestRoutes
GetRoutes returns the Routes field if non-nil, zero value otherwise.
func (o *V3SpaceQuotasPostRequest) GetRoutesOk() (*V3SpaceQuotasPostRequestRoutes, bool)
GetRoutesOk returns a tuple with the Routes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3SpaceQuotasPostRequest) SetRoutes(v V3SpaceQuotasPostRequestRoutes)
SetRoutes sets Routes field to given value.
func (o *V3SpaceQuotasPostRequest) HasRoutes() bool
HasRoutes returns a boolean if a field has been set.
func (o *V3SpaceQuotasPostRequest) GetServices() V3SpaceQuotasPostRequestServices
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *V3SpaceQuotasPostRequest) GetServicesOk() (*V3SpaceQuotasPostRequestServices, bool)
GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3SpaceQuotasPostRequest) SetServices(v V3SpaceQuotasPostRequestServices)
SetServices sets Services field to given value.
func (o *V3SpaceQuotasPostRequest) HasServices() bool
HasServices returns a boolean if a field has been set.