GoogleCloudEssentialcontactsV1Contact constructor

GoogleCloudEssentialcontactsV1Contact({
  1. String? email,
  2. String? languageTag,
  3. String? name,
  4. List<String>? notificationCategorySubscriptions,
  5. String? validateTime,
  6. String? validationState,
})

Implementation

GoogleCloudEssentialcontactsV1Contact({
  this.email,
  this.languageTag,
  this.name,
  this.notificationCategorySubscriptions,
  this.validateTime,
  this.validationState,
});