GoogleCloudDataplexV1ListChangeRequestsResponse constructor

GoogleCloudDataplexV1ListChangeRequestsResponse({
  1. List<GoogleCloudDataplexV1ChangeRequest>? changeRequests,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudDataplexV1ListChangeRequestsResponse({
  this.changeRequests,
  this.nextPageToken,
  this.unreachable,
});