ListDiscoveryConfigsResponse

Response message for discoveryConfigs.list.

JSON representation
{
  "discoveryConfigs": [
    {
      object (DiscoveryConfig)
    }
  ],
  "nextPageToken": string
}
Fields
discoveryConfigs[]

object (DiscoveryConfig)

List of configs, up to pageSize in ListDiscoveryConfigsRequest.

nextPageToken

string

If the next page is available then this value is the next page token to be used in the following discoveryConfigs.list request.