Class: Google::Shopping::Merchant::IssueResolution::V1beta::Action::Reason
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::Action::Reason
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
A single reason why the action is not available.
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Action
Optional.
-
#detail ⇒ ::String
Detailed explanation of the reason.
-
#message ⇒ ::String
Messages summarizing the reason, why the action is not available.
Instance Attribute Details
#action ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Action
388 389 390 391 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 388 class Reason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |