github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/plugin/models/get_current_org.go (about) 1 package plugin_models 2 3 type Organization struct { 4 OrganizationFields 5 } 6 7 type OrganizationFields struct { 8 Guid string 9 Name string 10 QuotaDefinition QuotaFields 11 } 12 13 type QuotaFields struct { 14 Guid string 15 Name string 16 MemoryLimit int64 17 InstanceMemoryLimit int64 18 RoutesLimit int 19 ServicesLimit int 20 NonBasicServicesAllowed bool 21 }