github.com/arunkumar7540/cli@v6.45.0+incompatible/api/cloudcontroller/ccv3/metadata.go (about) 1 package ccv3 2 3 import ( 4 "code.cloudfoundry.org/cli/types" 5 ) 6 7 // Metadata is used for custom tagging of API resources 8 type Metadata struct { 9 Labels map[string]types.NullString `json:"labels,omitempty"` 10 }