ListBigQueryExportsResponse

Response message for listing BigQuery exports.

JSON representation
{
  "bigQueryExports": [
    {
      object (BigQueryExport)
    }
  ],
  "nextPageToken": string
}
Fields
bigQueryExports[]

object (BigQueryExport)

The BigQuery exports from the specified parent.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.