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-03-21 UTC."],[[["The `AbandonReleaseRequest` class is part of the Google Cloud Deploy v1 API, specifically within the `Google.Cloud.Deploy.V1` namespace."],["This class is used as the request object for the `AbandonRelease` method, allowing users to programmatically abandon a release."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffered messaging."],["The `AbandonReleaseRequest` class has two constructors, one default and one that takes another `AbandonReleaseRequest` object to copy its data."],["The `Name` property within the class is a required string that specifies the full resource name of the Release to abandon, and the `ReleaseName` property provides a typed view over the `Name` resource name."]]],[]]