public sealed class ReceiveTriggerWebhookRequest : IMessage<ReceiveTriggerWebhookRequest>, IEquatable<ReceiveTriggerWebhookRequest>, IDeepCloneable<ReceiveTriggerWebhookRequest>, IBufferMessage, IMessage
ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by
the ReceiveTriggerWebhook method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `ReceiveTriggerWebhookRequest` is 2.15.0, but there are multiple older versions available for reference, ranging down to version 1.0.0."],["`ReceiveTriggerWebhookRequest` is an experimental request object used by the `ReceiveTriggerWebhook` method and inherits from the base `Object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReceiveTriggerWebhookRequest` class includes constructors for creating new instances and for cloning from existing instances."],["The class contains four properties, `Body`, `ProjectId`, `Secret`, and `Trigger`, each serving distinct roles such as holding the HTTP request body or specifying project and trigger details."]]],[]]