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-07-02 UTC."],[[["This document provides reference information for the `UnlockDeploymentRequest` class within the Google Cloud Config V1 API, specifically version 1.4.0."],["The `UnlockDeploymentRequest` class is used to construct a request to unlock a state file associated with a deployment."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["Key properties of the `UnlockDeploymentRequest` include `DeploymentName`, `LockId`, and `Name`, which are used to identify the deployment and the associated lock to be unlocked."],["The document outlines the available versions of the `UnlockDeploymentRequest` class, ranging from version 1.0.0 to the latest version 1.7.0."]]],[]]