github.com/cloudfoundry/cli@v7.1.0+incompatible/plugin/models/get_services.go (about) 1 package plugin_models 2 3 type GetServices_Model struct { 4 Guid string 5 Name string 6 ServicePlan GetServices_ServicePlan 7 Service GetServices_ServiceFields 8 LastOperation GetServices_LastOperation 9 ApplicationNames []string 10 IsUserProvided bool 11 } 12 13 type GetServices_LastOperation struct { 14 Type string 15 State string 16 } 17 18 type GetServices_ServicePlan struct { 19 Guid string 20 Name string 21 } 22 23 type GetServices_ServiceFields struct { 24 Name string 25 }