GoogleCloudRecaptchaenterpriseV1IOSKeySettings constructor

GoogleCloudRecaptchaenterpriseV1IOSKeySettings({
  1. bool? allowAllBundleIds,
  2. List<String>? allowedBundleIds,
  3. GoogleCloudRecaptchaenterpriseV1AppleDeveloperId? appleDeveloperId,
})

Implementation

GoogleCloudRecaptchaenterpriseV1IOSKeySettings({
  this.allowAllBundleIds,
  this.allowedBundleIds,
  this.appleDeveloperId,
});