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 `ReceiveTriggerWebhookRequest` is 2.15.0, and this document provides access to versions ranging from 1.0.0 to 2.15.0."],["`ReceiveTriggerWebhookRequest` is an experimental request object used by the `ReceiveTriggerWebhook` method, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating instances, either empty or by copying another `ReceiveTriggerWebhookRequest` object, and it inherits members from the base `Object` class."],["The `ReceiveTriggerWebhookRequest` object has properties, including `Body` (the HTTP request body), `Name` (the name of the trigger), `ProjectId`, `Secret`, and `Trigger`, all of which are used in configuring the webhook request."],["The namespace for the class is `Google.Cloud.CloudBuild.V1`, found within the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]