Class ActionInput
Input provided by the business.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class ActionInput : IMessage<ActionInput>, IEquatable<ActionInput>, IDeepCloneable<ActionInput>, IBufferMessage, IMessage
Constructors
ActionInput()
Declaration
public ActionInput()
ActionInput(ActionInput)
Declaration
public ActionInput(ActionInput other)
Parameters
Type | Name | Description |
---|---|---|
ActionInput | other |
Properties
ActionFlowId
Required. [Id][google.shopping.merchant.issueresolution.v1.ActionFlow.id] of the selected action flow.
Declaration
public string ActionFlowId { get; set; }
Property Value
Type | Description |
---|---|
string |
InputValues
Required. Values for input fields.
Declaration
public RepeatedField<InputValue> InputValues { get; }
Property Value
Type | Description |
---|---|
RepeatedField<InputValue> |