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 as the request object for the `AbandonRelease` operation in the Google Cloud Deploy API."],["The `AbandonReleaseRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation lists numerous versions of the API, ranging from version 1.0.0 all the way to 3.4.0 which is the latest, and provides links to their respective documentation."],["The `Name` property, representing the Release resource name, is a required string field within the `AbandonReleaseRequest`, and there's also a `ReleaseName` property that is a typed view over this resource name."]]],[]]