public sealed class UnlockDeploymentRequest : IMessage<UnlockDeploymentRequest>, IEquatable<UnlockDeploymentRequest>, IDeepCloneable<UnlockDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class UnlockDeploymentRequest.
A request to unlock a state file passed to a 'UnlockDeployment' call.
[[["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-06-12 UTC."],[[["This document provides reference information for the `UnlockDeploymentRequest` class within the Google Cloud Infrastructure Manager v1 API, specifically for version 1.5.0."],["The `UnlockDeploymentRequest` class is used to request the unlocking of a state file associated with a deployment."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `object`."],["The `UnlockDeploymentRequest` class includes properties such as `DeploymentName`, `LockId`, and `Name` to specify the deployment and the lock to be released."],["Multiple versions of the `UnlockDeploymentRequest` are available, ranging from version 1.0.0 to 1.7.0 with 1.7.0 being the latest."]]],[]]