github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+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  }