Class: Google::Shopping::Merchant::IssueResolution::V1::TriggerActionPayload

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

Overview

The payload for the triggered action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_context::String

Returns Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.

Returns:

  • (::String)

    Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.



811
812
813
814
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 811

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

#action_input::Google::Shopping::Merchant::IssueResolution::V1::ActionInput

Returns Required. Input provided by the business.

Returns:



811
812
813
814
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 811

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