GoogleCloudDataplexV1ListZonesResponse constructor

GoogleCloudDataplexV1ListZonesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1Zone>? zones,
})

Implementation

GoogleCloudDataplexV1ListZonesResponse({
  this.nextPageToken,
  this.zones,
});