UpdatePasswordAgePolicyResponse constructor

UpdatePasswordAgePolicyResponse({
  1. ObjectDetails? details,
})

Implementation

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