MCPcopy Index your code
hub / github.com/cloudfoundry/cli / ServiceInstanceResource

Struct ServiceInstanceResource

cf/api/resources/service_instances.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10type ServiceInstanceResource struct {
11 Resource
12 Entity ServiceInstanceEntity
13}
14
15type LastOperation struct {
16 Type string `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected