RepositoryDispatchEvent.EventPayload Property

Definition

JSON payload with extra information about the webhook event that your action or worklow may use.

[System.Text.Json.Serialization.JsonPropertyName("client_payload")]
public System.Text.Json.JsonElement? EventPayload { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("client_payload")>]
member this.EventPayload : Nullable<System.Text.Json.JsonElement> with get, set
Public Property EventPayload As Nullable(Of JsonElement)

Property Value

Attributes

Applies to