ListCompaniesResponse

The List companies response object.

JSON representation
{
  "companies": [
    {
      object (Company)
    }
  ],
  "nextPageToken": string,
  "metadata": {
    object (ResponseMetadata)
  }
}
Fields
companies[]

object (Company)

Companies for the current client.

nextPageToken

string

A token to retrieve the next page of results.

metadata

object (ResponseMetadata)

Additional information for the API invocation, such as the request tracking id.