github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/api/cloudcontroller/ccv2/service_extra.go (about)

     1  package ccv2
     2  
     3  // ServiceExtra contains extra service related properties.
     4  type ServiceExtra struct {
     5  	// Shareable is true if the service is shareable across organizations and
     6  	// spaces.
     7  	Shareable bool
     8  }