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."],[[["This webpage details the `ReceiveTriggerWebhookRequest` class, which is used as a request object for the `ReceiveTriggerWebhook` method within the Google Cloud Build API."],["The `ReceiveTriggerWebhookRequest` class, marked as experimental, is part of the `Google.Cloud.CloudBuild.V1` namespace, found within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The page lists a variety of previous versions, with the latest being version 2.15.0 and spanning back to version 1.0.0, of the `ReceiveTriggerWebhookRequest`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, exposing inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ReceiveTriggerWebhookRequest` class can be constructed using an empty constructor or a constructor that take an existing `ReceiveTriggerWebhookRequest` class, and contains properties such as `Body`, `ProjectId`, `Secret`, and `Trigger`."]]],[]]