ConfigureContactSettingsRequest constructor
ConfigureContactSettingsRequest({
- List<
String> ? contactNotices, - ContactSettings? contactSettings,
- String? updateMask,
- bool? validateOnly,
Implementation
ConfigureContactSettingsRequest({
this.contactNotices,
this.contactSettings,
this.updateMask,
this.validateOnly,
});