Class: Google::Shopping::Merchant::Accounts::V1beta::RetrieveLatestTermsOfServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::RetrieveLatestTermsOfServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/termsofservice.rb
Overview
Request message for the RetrieveLatestTermsOfService
method.
Instance Attribute Summary collapse
-
#kind ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::TermsOfServiceKind
Required.
-
#region_code ⇒ ::String
Required.
Instance Attribute Details
#kind ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::TermsOfServiceKind
Returns Required. The Kind this terms of service version applies to.
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofservice.rb', line 73 class RetrieveLatestTermsOfServiceRequest 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.
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofservice.rb', line 73 class RetrieveLatestTermsOfServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |