github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/actor/v2action/service_broker_summary.go (about)

     1  package v2action
     2  
     3  type ServiceBrokerSummary struct {
     4  	ServiceBroker
     5  	Services []ServiceSummary
     6  }