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 webpage provides reference documentation for the `AbandonReleaseRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `AbandonReleaseRequest` class is used as the request object for the `AbandonRelease` operation."],["The latest version documented is 3.4.0, and the documentation includes a history of versions back to 1.0.0, all with their own dedicated documentation."],["The page details the inheritance and implementation of the `AbandonReleaseRequest` class, including its relationship with `object`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AbandonReleaseRequest` class include `Name`, which is a required string representing the release name, and `ReleaseName`, a typed view of the `Name` property."]]],[]]