GoogleCloudDataplexV1ListEntitiesResponse constructor

GoogleCloudDataplexV1ListEntitiesResponse({
  1. List<GoogleCloudDataplexV1Entity>? entities,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListEntitiesResponse({
  this.entities,
  this.nextPageToken,
});