Name | Type | Description | Notes |
---|---|---|---|
Apps | Pointer to V3SpaceQuotasPostRequestApps | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to SpaceQuotaLinks | [optional] | |
Name | Pointer to string | [optional] | |
Relationships | Pointer to SpaceQuotaRelationships | [optional] | |
Routes | Pointer to V3SpaceQuotasPostRequestRoutes | [optional] | |
Services | Pointer to V3SpaceQuotasPostRequestServices | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewSpaceQuota() *SpaceQuota
NewSpaceQuota instantiates a new SpaceQuota 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 NewSpaceQuotaWithDefaults() *SpaceQuota
NewSpaceQuotaWithDefaults instantiates a new SpaceQuota 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 *SpaceQuota) GetApps() V3SpaceQuotasPostRequestApps
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *SpaceQuota) 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 *SpaceQuota) SetApps(v V3SpaceQuotasPostRequestApps)
SetApps sets Apps field to given value.
func (o *SpaceQuota) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *SpaceQuota) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SpaceQuota) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuota) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SpaceQuota) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SpaceQuota) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *SpaceQuota) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuota) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *SpaceQuota) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *SpaceQuota) GetLinks() SpaceQuotaLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *SpaceQuota) GetLinksOk() (*SpaceQuotaLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuota) SetLinks(v SpaceQuotaLinks)
SetLinks sets Links field to given value.
func (o *SpaceQuota) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *SpaceQuota) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SpaceQuota) 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 *SpaceQuota) SetName(v string)
SetName sets Name field to given value.
func (o *SpaceQuota) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SpaceQuota) GetRelationships() SpaceQuotaRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *SpaceQuota) GetRelationshipsOk() (*SpaceQuotaRelationships, 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 *SpaceQuota) SetRelationships(v SpaceQuotaRelationships)
SetRelationships sets Relationships field to given value.
func (o *SpaceQuota) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *SpaceQuota) GetRoutes() V3SpaceQuotasPostRequestRoutes
GetRoutes returns the Routes field if non-nil, zero value otherwise.
func (o *SpaceQuota) 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 *SpaceQuota) SetRoutes(v V3SpaceQuotasPostRequestRoutes)
SetRoutes sets Routes field to given value.
func (o *SpaceQuota) HasRoutes() bool
HasRoutes returns a boolean if a field has been set.
func (o *SpaceQuota) GetServices() V3SpaceQuotasPostRequestServices
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *SpaceQuota) 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 *SpaceQuota) SetServices(v V3SpaceQuotasPostRequestServices)
SetServices sets Services field to given value.
func (o *SpaceQuota) HasServices() bool
HasServices returns a boolean if a field has been set.
func (o *SpaceQuota) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *SpaceQuota) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceQuota) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SpaceQuota) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.