Class ActionInput
Input provided by the merchant.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ActionInput : IDirectResponseSchema
Properties
ActionFlowId
Required. Id of the selected action flow.
Declaration
[JsonProperty("actionFlowId")]
public virtual string ActionFlowId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputValues
Required. Values for input fields.
Declaration
[JsonProperty("inputValues")]
public virtual IList<InputValue> InputValues { get; set; }
Property Value
Type | Description |
---|---|
IList<InputValue> |