GoogleCloudIdentitytoolkitV1MfaInfo constructor

GoogleCloudIdentitytoolkitV1MfaInfo({
  1. List<GoogleCloudIdentitytoolkitV1MfaEnrollment>? enrollments,
})

Implementation

GoogleCloudIdentitytoolkitV1MfaInfo({
  this.enrollments,
});