Class TriggerActionPayload
The payload for the triggered action.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TriggerActionPayload : IDirectResponseSchema
Properties
ActionContext
Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.
Declaration
[JsonProperty("actionContext")]
public virtual string ActionContext { get; set; }
Property Value
Type | Description |
---|---|
string |
ActionInput
Required. Input provided by the merchant.
Declaration
[JsonProperty("actionInput")]
public virtual ActionInput ActionInput { get; set; }
Property Value
Type | Description |
---|---|
ActionInput |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |