Class: Google::Shopping::Merchant::Accounts::V1beta::RetrieveForApplicationTermsOfServiceAgreementStateRequest

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

Request message for the RetrieveForApplicationTermsOfServiceAgreementState method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account for which to get a TermsOfServiceAgreementState Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account for which to get a TermsOfServiceAgreementState Format: accounts/{account}



127
128
129
130
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 127

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