QueryCapacityPlansResponse

Response of querying capacity plans.

JSON representation
{
  "capacityPlans": [
    {
      object (CapacityPlan)
    }
  ],
  "nextPageToken": string
}
Fields
capacityPlans[]

object (CapacityPlan)

List of capacity plans.

nextPageToken

string

Token to retrieve the next page of results. This will be empty if there are no more pages.