Class: Google::Shopping::Merchant::IssueResolution::V1beta::ActionInput

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#action_flow_id::String

Returns Required. Id of the selected action flow.

Returns:

  • (::String)

    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.

Returns:



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