Class: Google::Shopping::Merchant::IssueResolution::V1beta::ActionInput
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::ActionInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
Input provided by the business.
Instance Attribute Summary collapse
-
#action_flow_id ⇒ ::String
Required.
-
#input_values ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::InputValue>
Required.
Instance Attribute Details
#action_flow_id ⇒ ::String
Returns Required. Id of the selected action flow.
834 835 836 837 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 834 class ActionInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_values ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::InputValue>
Returns Required. Values for input fields.
834 835 836 837 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 834 class ActionInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |