Class: Google::Shopping::Merchant::Accounts::V1::AcceptTermsOfServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AcceptTermsOfServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb
Overview
Request message for the AcceptTermsOfService method.
Instance Attribute Summary collapse
-
#account ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#region_code ⇒ ::String
Required.
Instance Attribute Details
#account ⇒ ::String
Returns Required. The account for which to accept the ToS.
Format: accounts/{account}.
101 102 103 104 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 101 class AcceptTermsOfServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the terms of service version.
Format: termsOfService/{version}.
101 102 103 104 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 101 class AcceptTermsOfServiceRequest 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.
101 102 103 104 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 101 class AcceptTermsOfServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |