github.com/cloudfoundry/cli@v7.1.0+incompatible/actor/v2action/service_plan_summary.go (about)

     1  package v2action
     2  
     3  type ServicePlanSummary struct {
     4  	ServicePlan
     5  	// VisibleTo is a list of Organization names that have access to this service
     6  	// plan.
     7  	VisibleTo []string
     8  }