Class: Google::Cloud::RecaptchaEnterprise::V1::RelatedAccountGroup
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::RelatedAccountGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
A group of related accounts.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Identifier. The resource name for the related account group in
the format
projects/{project}/relatedaccountgroups/{related_account_group}
.
1911 1912 1913 1914 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1911 class RelatedAccountGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |