public sealed class ReceiveTriggerWebhookResponse : IMessage<ReceiveTriggerWebhookResponse>, IEquatable<ReceiveTriggerWebhookResponse>, IDeepCloneable<ReceiveTriggerWebhookResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class ReceiveTriggerWebhookResponse.
ReceiveTriggerWebhookResponse [Experimental] is the response object for 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 `ReceiveTriggerWebhookResponse` class within the Cloud Build v1 API for .NET."],["The `ReceiveTriggerWebhookResponse` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is available in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The latest version available is `2.15.0`, and the webpage shows all the way down to version `1.0.0`."],["The class `ReceiveTriggerWebhookResponse` implements several interfaces, including `IMessage`, `IEquatable\u003cReceiveTriggerWebhookResponse\u003e`, `IDeepCloneable\u003cReceiveTriggerWebhookResponse\u003e`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations, respectively."],["The class has two constructors which are `ReceiveTriggerWebhookResponse()` and `ReceiveTriggerWebhookResponse(ReceiveTriggerWebhookResponse other)` allowing for default initialization and construction from another instance."]]],[]]