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 latest version available for the `UnlockDeploymentRequest` class is 1.7.0, but the current page specifically documents version 1.2.0."],["The `UnlockDeploymentRequest` class is a part of the Infrastructure Manager v1 API, under the namespace `Google.Cloud.Config.V1`, within the `Google.Cloud.Config.V1.dll` assembly."],["This class represents a request to unlock a state file, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UnlockDeploymentRequest` class includes properties such as `DeploymentName`, which provides a typed view over the resource name, `LockId`, a required field for the ID of the lock file, and `Name`, a required field containing the deployment name."],["The `UnlockDeploymentRequest` class has two constructors, one default and one which takes in another `UnlockDeploymentRequest` as a parameter."]]],[]]