Class: Google::Shopping::Merchant::Accounts::V1::Required
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Required
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb
Overview
Describes the terms of service which are required to be accepted.
Instance Attribute Summary collapse
-
#terms_of_service ⇒ ::String
Required.
-
#tos_file_uri ⇒ ::String
Required.
Instance Attribute Details
#terms_of_service ⇒ ::String
Returns Required. The TermsOfService that need to be accepted.
106 107 108 109 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb', line 106 class Required include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tos_file_uri ⇒ ::String
Returns Required. Full URL to the terms of service file. This field is the same as
TermsOfService.file_uri, it is added here for convenience only.
106 107 108 109 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb', line 106 class Required include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |