MCPcopy Create free account
hub / github.com/cloudfoundry/cli / QuotaResource

Struct QuotaResource

cf/api/resources/quotas.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9type QuotaResource struct {
10 Resource
11 Entity models.QuotaResponse
12}
13
14func (resource QuotaResource) ToFields() models.QuotaFields {
15 appInstanceLimit := UnlimitedAppInstances

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected