Class: Google::Shopping::Merchant::Accounts::V1beta::Required

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

Overview

Describes the terms of service which are required to be accepted.

Instance Attribute Summary collapse

Instance Attribute Details

#terms_of_service::String

Returns The termsOfService that need to be accepted.

Returns:



105
106
107
108
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 105

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

#tos_file_uri::String

Returns Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is added here for convenience only.

Returns:

  • (::String)

    Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is added here for convenience only.



105
106
107
108
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 105

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