GoogleCloudDataplexV1ContactIdentity constructor

GoogleCloudDataplexV1ContactIdentity({
  1. String? contactId,
  2. String? contactName,
  3. String? contactRole,
})

Implementation

GoogleCloudDataplexV1ContactIdentity({
  this.contactId,
  this.contactName,
  this.contactRole,
});