GoogleCloudDataplexV1ListZonesResponse constructor
GoogleCloudDataplexV1ListZonesResponse({
- String? nextPageToken,
- List<
GoogleCloudDataplexV1Zone> ? zones,
Implementation
GoogleCloudDataplexV1ListZonesResponse({
this.nextPageToken,
this.zones,
});