AddIDPToLoginPolicyResponse constructor

AddIDPToLoginPolicyResponse({
  1. ObjectDetails? details,
})

Implementation

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