Class: Google::Cloud::RecaptchaEnterprise::V1::TransactionData::User
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::TransactionData::User
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Details about a user's account involved in the transaction.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Optional.
-
#creation_ms ⇒ ::Integer
Optional.
-
#email ⇒ ::String
Optional.
-
#email_verified ⇒ ::Boolean
Optional.
-
#phone_number ⇒ ::String
Optional.
-
#phone_verified ⇒ ::Boolean
Optional.
Instance Attribute Details
#account_id ⇒ ::String
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creation_ms ⇒ ::Integer
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email_verified ⇒ ::Boolean
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |