Class: Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionPayload
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
The payload for the triggered action.
Instance Attribute Summary collapse
-
#action_context ⇒ ::String
Required.
-
#action_input ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::ActionInput
Required.
Instance Attribute Details
#action_context ⇒ ::String
811 812 813 814 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 811 class TriggerActionPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#action_input ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::ActionInput
Returns Required. Input provided by the business.
811 812 813 814 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 811 class TriggerActionPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |