github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+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 }