GoogleCloudRecaptchaenterpriseV1Policy constructor

GoogleCloudRecaptchaenterpriseV1Policy({
  1. List<GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup>? challengeRuleGroups,
  2. GoogleCloudRecaptchaenterpriseV1ClientSettings? clientSettings,
  3. String? name,
})

Implementation

GoogleCloudRecaptchaenterpriseV1Policy({
  this.challengeRuleGroups,
  this.clientSettings,
  this.name,
});