Class: Google::Shopping::Merchant::Accounts::V1::GetTermsOfServiceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The resource name of the terms of service version. Format: termsOfService/{version}.

Returns:

  • (::String)

    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