Class: Google::Shopping::Merchant::Accounts::V1::GetTermsOfServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::GetTermsOfServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb
Overview
Request message for the GetTermsOfService method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the terms of service version.
Format: termsOfService/{version}.
68 69 70 71 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 68 class GetTermsOfServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |