GoogleCloudDataplexV1ListEnvironmentsResponse constructor
GoogleCloudDataplexV1ListEnvironmentsResponse({
- List<
GoogleCloudDataplexV1Environment> ? environments, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1ListEnvironmentsResponse({
this.environments,
this.nextPageToken,
});