GoogleCloudDataplexV1ListChangeRequestsResponse constructor
GoogleCloudDataplexV1ListChangeRequestsResponse({
- List<
GoogleCloudDataplexV1ChangeRequest> ? changeRequests, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
GoogleCloudDataplexV1ListChangeRequestsResponse({
this.changeRequests,
this.nextPageToken,
this.unreachable,
});