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

Struct ServiceBrokerResource

cf/api/resources/service_brokers.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "code.cloudfoundry.org/cli/v8/cf/models"
4
5type ServiceBrokerResource struct {
6 Resource
7 Entity ServiceBrokerEntity
8}
9
10type ServiceBrokerEntity struct {
11 GUID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected