public sealed class ExportRevisionStatefileRequest : IMessage<ExportRevisionStatefileRequest>, IEquatable<ExportRevisionStatefileRequest>, IDeepCloneable<ExportRevisionStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportRevisionStatefileRequest.
A request to export a state file passed to a 'ExportRevisionStatefile'
call.
Required. The parent in whose context the statefile is listed. The parent
value is in the format:
'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
[[["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 webpage provides reference documentation for the `ExportRevisionStatefileRequest` class within the Google Cloud Config V1 API, specifically version 1.5.0."],["The `ExportRevisionStatefileRequest` class is used to define a request for exporting a state file in the Infrastructure Manager API."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with links to external documentation for more details."],["The class has two constructors, `ExportRevisionStatefileRequest()` and `ExportRevisionStatefileRequest(ExportRevisionStatefileRequest other)`, and includes properties such as `Parent` (a string representing the resource's parent) and `ParentAsRevisionName` (a typed view of `Parent`)."],["The latest version of this api is 1.7.0, with older versions listed down to 1.0.0, all with links to the `ExportRevisionStatefileRequest` documentation."]]],[]]