github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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 }