ConfigureContactSettingsRequest constructor

ConfigureContactSettingsRequest({
  1. List<String>? contactNotices,
  2. ContactSettings? contactSettings,
  3. String? updateMask,
  4. bool? validateOnly,
})

Implementation

ConfigureContactSettingsRequest({
  this.contactNotices,
  this.contactSettings,
  this.updateMask,
  this.validateOnly,
});