public sealed class ReceiveTriggerWebhookRequest : IMessage<ReceiveTriggerWebhookRequest>, IEquatable<ReceiveTriggerWebhookRequest>, IDeepCloneable<ReceiveTriggerWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class ReceiveTriggerWebhookRequest.
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 provides reference documentation for the `ReceiveTriggerWebhookRequest` class within the Cloud Build v1 API for .NET, with the current version being 2.1.0."],["The `ReceiveTriggerWebhookRequest` class is an experimental request object used by the `ReceiveTriggerWebhook` method, and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the `ReceiveTriggerWebhookRequest` class's constructors, which include a default constructor and a copy constructor that takes another `ReceiveTriggerWebhookRequest` object as a parameter."],["The class has properties such as `Body` (HTTP request body), `Name` (trigger's resource name), `ProjectId`, `Secret` (authorization token), and `Trigger` (name of the trigger)."],["This reference page covers all the available versions of the `ReceiveTriggerWebhookRequest`, listing them from version 2.15.0 down to 1.0.0, with links to specific documentation for each."]]],[]]