public sealed class AbandonReleaseRequest : IMessage<AbandonReleaseRequest>, IEquatable<AbandonReleaseRequest>, IDeepCloneable<AbandonReleaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AbandonReleaseRequest.
[[["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 `AbandonReleaseRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `AbandonReleaseRequest` class is used to construct request objects for the `AbandonRelease` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available versions of the API, ranging from the latest version 3.4.0 down to version 1.0.0, with the current version of the document itself being 2.8.0."],["The class has properties such as `Name` (a string representing the release's name) and `ReleaseName` (a typed view over the `Name` property) which can be used when interacting with this class."],["The `AbandonReleaseRequest` class also has two constructors, a parameterless constructor, and one that takes another `AbandonReleaseRequest` object."]]],[]]