GoogleCloudRecaptchaenterpriseV1UserInfo constructor

GoogleCloudRecaptchaenterpriseV1UserInfo({
  1. String? accountId,
  2. String? createAccountTime,
  3. List<GoogleCloudRecaptchaenterpriseV1UserId>? userIds,
})

Implementation

GoogleCloudRecaptchaenterpriseV1UserInfo({
  this.accountId,
  this.createAccountTime,
  this.userIds,
});