github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/api/cloudcontroller/ccv2/service_extra.go (about) 1 package ccv2 2 3 // ServiceExtra contains extra service related properties. 4 type ServiceExtra struct { 5 // DocumentationURL is the URL of the documentation page for the service. 6 DocumentationURL string `json:"documentationUrl"` 7 8 // Shareable is true if the service is shareable across organizations and 9 // spaces. 10 Shareable bool 11 }