github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+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  }