GoogleCloudDatacatalogV1BusinessContext constructor

GoogleCloudDatacatalogV1BusinessContext({
  1. GoogleCloudDatacatalogV1Contacts? contacts,
  2. GoogleCloudDatacatalogV1EntryOverview? entryOverview,
})

Implementation

GoogleCloudDatacatalogV1BusinessContext({
  this.contacts,
  this.entryOverview,
});