public sealed class TerminateJobRunResponse : IMessage<TerminateJobRunResponse>, IEquatable<TerminateJobRunResponse>, IDeepCloneable<TerminateJobRunResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TerminateJobRunResponse.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `TerminateJobRunResponse` class within the Google Cloud Deploy v1 API for .NET."],["The `TerminateJobRunResponse` class represents the response object from the `TerminateJobRun` function, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes an inheritance hierarchy with `object` at the top, and mentions the `GetHashCode()`, `GetType()`, and `ToString()` inherited members."],["The page details two constructors for the `TerminateJobRunResponse` class: a default constructor and a copy constructor, which accepts another `TerminateJobRunResponse` instance."],["There are multiple versions of the class available, ranging from version 1.0.0 all the way to the latest version, 3.4.0."]]],[]]