UpdateNotificationPolicyRequest constructor
UpdateNotificationPolicyRequest({
- bool? passwordChange,
Implementation
factory UpdateNotificationPolicyRequest({
$core.bool? passwordChange,
}) {
final result = create();
if (passwordChange != null) result.passwordChange = passwordChange;
return result;
}