GoogleCloudDataplexV1ListEntitiesResponse constructor
GoogleCloudDataplexV1ListEntitiesResponse({
- List<
GoogleCloudDataplexV1Entity> ? entities, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1ListEntitiesResponse({
this.entities,
this.nextPageToken,
});