Class: Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
Request to start the selected action
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#payload ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionPayload
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns Optional. Language code IETF BCP 47
syntax used to localize the response.
If not set, the result will be in default language en-US.
794 795 796 797 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 794 class TriggerActionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The business's account that is triggering the action.
Format: accounts/{account}.
794 795 796 797 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 794 class TriggerActionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TriggerActionPayload
Returns Required. The payload for the triggered action.
794 795 796 797 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 794 class TriggerActionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |