github.com/sleungcy-sap/cli@v7.1.0+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 }