Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason
- Inherits:
-
Object
- Object
- Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason
- 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
Risk reasons applicable to the Fraud Prevention assessment.
Instance Attribute Summary collapse
-
#reason ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason
constructor
A new instance of GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason
Returns a new instance of GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason.
971 972 973 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 971 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reason ⇒ String
Output only. Risk reasons applicable to the Fraud Prevention assessment.
Corresponds to the JSON property reason
969 970 971 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 969 def reason @reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
976 977 978 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 976 def update!(**args) @reason = args[:reason] if args.key?(:reason) end |