public sealed class ExportLockInfoRequest : IMessage<ExportLockInfoRequest>, IEquatable<ExportLockInfoRequest>, IDeepCloneable<ExportLockInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportLockInfoRequest.
A request to get a state file lock info passed to a 'ExportLockInfo' 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."],[[["This document provides reference information for the `ExportLockInfoRequest` class within the Google Cloud Config V1 API, specifically version 1.3.0, which is part of the Infrastructure Manager."],["`ExportLockInfoRequest` is a class used to request state file lock information and is derived from the `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportLockInfoRequest` class has two constructors: a default constructor and one that accepts another `ExportLockInfoRequest` object for copying."],["It includes two properties: `DeploymentName`, a typed view over the `Name` property, and `Name`, which is a required string property representing the deployment's resource name."],["There are multiple versions of the API, starting from version 1.0.0 up to 1.7.0 (latest), all of which contain a ExportLockInfoRequest file."]]],[]]