Class: Google::Shopping::Merchant::Accounts::V1::AcceptTermsOfServiceResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AcceptTermsOfServiceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb
Overview
Response message for the AcceptTermsOfService method.
Instance Attribute Summary collapse
-
#terms_of_service_agreement_state ⇒ ::Google::Shopping::Merchant::Accounts::V1::TermsOfServiceAgreementState
The agreement state after accepting the ToS.
Instance Attribute Details
#terms_of_service_agreement_state ⇒ ::Google::Shopping::Merchant::Accounts::V1::TermsOfServiceAgreementState
Returns The agreement state after accepting the ToS.
110 111 112 113 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 110 class AcceptTermsOfServiceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |