Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PolicyEvaluation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recaptchaenterprise_v1/classes.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb

Overview

Information about the policy evaluation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1PolicyEvaluation

Returns a new instance of GoogleCloudRecaptchaenterpriseV1PolicyEvaluation.



1759
1760
1761
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1759

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#challenge_rule_evaluationGoogle::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeRuleEvaluation

Information about the evaluation of a ChallengeRule. Corresponds to the JSON property challengeRuleEvaluation



1757
1758
1759
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1757

def challenge_rule_evaluation
  @challenge_rule_evaluation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1764
1765
1766
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1764

def update!(**args)
  @challenge_rule_evaluation = args[:challenge_rule_evaluation] if args.key?(:challenge_rule_evaluation)
end