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

Struct ServiceOfferingResource

cf/api/resources/service_offerings.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type ServiceOfferingResource struct {
15 Resource
16 Entity ServiceOfferingEntity
17}
18
19type ServiceOfferingEntity struct {
20 Label string `json:"label"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected