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-03-21 UTC."],[[["The `UnlockDeploymentRequest` class is part of the Infrastructure Manager v1 API, designed to facilitate requests for unlocking state files associated with a deployment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust message handling and object comparison capabilities."],["The `UnlockDeploymentRequest` class offers properties like `DeploymentName`, `LockId`, and `Name` that allow users to specify the target deployment and the ID of the lock file that needs to be unlocked."],["The latest version of the Google Cloud Config V1 is 1.7.0, with older versions also available, including the initial 1.0.0 release."],["The class includes two constructors for creating new instances, either default or based on an existing `UnlockDeploymentRequest` object."]]],[]]