github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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 }