Class: Google::Shopping::Merchant::Accounts::V1beta::GetTermsOfServiceRequest

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

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}



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