ListCloudControlsResponse

The response message for [ListCloudControls][].

JSON representation
{
  "cloudControls": [
    {
      object (CloudControl)
    }
  ],
  "nextPageToken": string
}
Fields
cloudControls[]

object (CloudControl)

The list of CloudControl resources.

nextPageToken

string

A pagination token. To retrieve the next page of results, call the method again with this token.