GoogleCloudDataplexV1ListEnvironmentsResponse constructor

GoogleCloudDataplexV1ListEnvironmentsResponse({
  1. List<GoogleCloudDataplexV1Environment>? environments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListEnvironmentsResponse({
  this.environments,
  this.nextPageToken,
});