Class: Google::Shopping::Merchant::Accounts::V1beta::GetTermsOfServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetTermsOfServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/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}
.
59 60 61 62 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofservice.rb', line 59 class GetTermsOfServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |