Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
- Inherits:
-
Object
- Object
- Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
- 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
Assessment for Phone Fraud
Instance Attribute Summary collapse
-
#sms_toll_fraud_verdict ⇒ Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict
Information about SMS toll fraud.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
constructor
A new instance of GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
Returns a new instance of GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.
1449 1450 1451 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1449 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sms_toll_fraud_verdict ⇒ Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict
Information about SMS toll fraud.
Corresponds to the JSON property smsTollFraudVerdict
1447 1448 1449 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1447 def sms_toll_fraud_verdict @sms_toll_fraud_verdict end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1454 1455 1456 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 1454 def update!(**args) @sms_toll_fraud_verdict = args[:sms_toll_fraud_verdict] if args.key?(:sms_toll_fraud_verdict) end |