GoogleCloudDatacatalogV1Contacts constructor

GoogleCloudDatacatalogV1Contacts({
  1. List<GoogleCloudDatacatalogV1ContactsPerson>? people,
})

Implementation

GoogleCloudDatacatalogV1Contacts({
  this.people,
});