UpdatePasswordAgePolicyResponse constructor
UpdatePasswordAgePolicyResponse({
- ObjectDetails? details,
Implementation
factory UpdatePasswordAgePolicyResponse({
$1.ObjectDetails? details,
}) {
final result = create();
if (details != null) result.details = details;
return result;
}