Class: Google::Shopping::Merchant::IssueResolution::V1::TriggerActionResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::TriggerActionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Response informing about the started action.
Instance Attribute Summary collapse
-
#message ⇒ ::String
The message for the business.
Instance Attribute Details
#message ⇒ ::String
Returns The message for the business.
820 821 822 823 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 820 class TriggerActionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |