GoogleCloudDataplexV1SearchEntriesResponse constructor

GoogleCloudDataplexV1SearchEntriesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1SearchEntriesResult>? results,
  3. int? totalSize,
  4. List<String>? unreachable,
})

Implementation

GoogleCloudDataplexV1SearchEntriesResponse({
  this.nextPageToken,
  this.results,
  this.totalSize,
  this.unreachable,
});