GoogleCloudDatacatalogV1ContactsPerson constructor

GoogleCloudDatacatalogV1ContactsPerson({
  1. String? designation,
  2. String? email,
})

Implementation

GoogleCloudDatacatalogV1ContactsPerson({
  this.designation,
  this.email,
});