Show / Hide Table of Contents

Class TriggerActionPayload

The payload for the triggered action.

Inheritance
object
TriggerActionPayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.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 business.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX