Class: Google::Shopping::Merchant::Accounts::V1beta::CreateAndConfigureAccountRequest::AcceptTermsOfService
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CreateAndConfigureAccountRequest::AcceptTermsOfService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb
Overview
Reference to a Terms of Service resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#region_code ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the terms of service version in the format
termsOfService/{version}
. To retrieve the latest version, use the
termsOfService.retrieveLatest
method.
108 109 110 111 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 108 class AcceptTermsOfService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String
Returns Required. Region code as defined by CLDR.
This is either a country when the ToS applies specifically to that
country or 001
when it applies globally.
108 109 110 111 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 108 class AcceptTermsOfService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |