Class: Google::Shopping::Merchant::Accounts::V1beta::Required
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Required
- 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
-
#terms_of_service ⇒ ::String
The termsOfService that need to be accepted.
-
#tos_file_uri ⇒ ::String
Full URL to the terms of service file.
Instance Attribute Details
#terms_of_service ⇒ ::String
Returns The termsOfService that need to be accepted.
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.
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 |