GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup constructor

GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup({
  1. List<String>? actions,
  2. List<GoogleCloudRecaptchaenterpriseV1ChallengeRule>? challengeRules,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup({
  this.actions,
  this.challengeRules,
});