github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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  }