ListEntityTypesResponse constructor

ListEntityTypesResponse({
  1. String? nextPageToken,
  2. List<EntityType>? types,
  3. List<String>? unsupportedTypeNames,
})

Implementation

ListEntityTypesResponse({
  this.nextPageToken,
  this.types,
  this.unsupportedTypeNames,
});