Class: Google::Shopping::Merchant::Accounts::V1beta::CreateAndConfigureAccountRequest::AcceptTermsOfService

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb

Overview

Reference to a Terms of Service resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

Returns:

  • (::String)

    Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.



108
109
110
111
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 108

class AcceptTermsOfService
  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.

Returns:

  • (::String)

    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.



108
109
110
111
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 108

class AcceptTermsOfService
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end