github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/cf/models/service_plan_visibility.go (about)

     1  package models
     2  
     3  type ServicePlanVisibilityFields struct {
     4  	Guid             string `json:"guid"`
     5  	ServicePlanGuid  string `json:"service_plan_guid"`
     6  	OrganizationGuid string `json:"organization_guid"`
     7  }