GoogleCloudChannelV1ContactInfo constructor

GoogleCloudChannelV1ContactInfo({
  1. String? displayName,
  2. String? email,
  3. String? firstName,
  4. String? lastName,
  5. String? phone,
  6. String? title,
})

Implementation

GoogleCloudChannelV1ContactInfo({
  this.displayName,
  this.email,
  this.firstName,
  this.lastName,
  this.phone,
  this.title,
});