Name | Type | Description | Notes |
---|---|---|---|
Apps | Pointer to AppsQuota | [optional] | |
CreatedAt | Pointer to time.Time | The time with zone when the organization quota was created | [optional] |
Domains | Pointer to DomainsQuota | [optional] | |
Guid | Pointer to string | Unique identifier for the organization quota | [optional] |
Links | Pointer to OrganizationQuotaLinks | [optional] | |
Name | Pointer to string | Name of the quota | [optional] |
Relationships | Pointer to OrganizationQuotaRelationships | [optional] | |
Routes | Pointer to RoutesQuota | [optional] | |
Services | Pointer to ServicesQuota | [optional] | |
UpdatedAt | Pointer to time.Time | The time with zone when the organization quota was last updated | [optional] |
func NewOrganizationQuota() *OrganizationQuota
NewOrganizationQuota instantiates a new OrganizationQuota 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 NewOrganizationQuotaWithDefaults() *OrganizationQuota
NewOrganizationQuotaWithDefaults instantiates a new OrganizationQuota 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 *OrganizationQuota) GetApps() AppsQuota
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetAppsOk() (*AppsQuota, 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 *OrganizationQuota) SetApps(v AppsQuota)
SetApps sets Apps field to given value.
func (o *OrganizationQuota) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *OrganizationQuota) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *OrganizationQuota) 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 *OrganizationQuota) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *OrganizationQuota) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *OrganizationQuota) GetDomains() DomainsQuota
GetDomains returns the Domains field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetDomainsOk() (*DomainsQuota, bool)
GetDomainsOk returns a tuple with the Domains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationQuota) SetDomains(v DomainsQuota)
SetDomains sets Domains field to given value.
func (o *OrganizationQuota) HasDomains() bool
HasDomains returns a boolean if a field has been set.
func (o *OrganizationQuota) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *OrganizationQuota) 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 *OrganizationQuota) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *OrganizationQuota) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *OrganizationQuota) GetLinks() OrganizationQuotaLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetLinksOk() (*OrganizationQuotaLinks, 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 *OrganizationQuota) SetLinks(v OrganizationQuotaLinks)
SetLinks sets Links field to given value.
func (o *OrganizationQuota) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *OrganizationQuota) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrganizationQuota) 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 *OrganizationQuota) SetName(v string)
SetName sets Name field to given value.
func (o *OrganizationQuota) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OrganizationQuota) GetRelationships() OrganizationQuotaRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetRelationshipsOk() (*OrganizationQuotaRelationships, 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 *OrganizationQuota) SetRelationships(v OrganizationQuotaRelationships)
SetRelationships sets Relationships field to given value.
func (o *OrganizationQuota) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *OrganizationQuota) GetRoutes() RoutesQuota
GetRoutes returns the Routes field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetRoutesOk() (*RoutesQuota, 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 *OrganizationQuota) SetRoutes(v RoutesQuota)
SetRoutes sets Routes field to given value.
func (o *OrganizationQuota) HasRoutes() bool
HasRoutes returns a boolean if a field has been set.
func (o *OrganizationQuota) GetServices() ServicesQuota
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *OrganizationQuota) GetServicesOk() (*ServicesQuota, 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 *OrganizationQuota) SetServices(v ServicesQuota)
SetServices sets Services field to given value.
func (o *OrganizationQuota) HasServices() bool
HasServices returns a boolean if a field has been set.
func (o *OrganizationQuota) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *OrganizationQuota) 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 *OrganizationQuota) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *OrganizationQuota) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.