public sealed class ExportPreviewResultRequest : IMessage<ExportPreviewResultRequest>, IEquatable<ExportPreviewResultRequest>, IDeepCloneable<ExportPreviewResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportPreviewResultRequest.
Required. The preview whose results should be exported. The preview value
is in the format:
'projects/{project_id}/locations/{location}/previews/{preview}'.
[[["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-10 UTC."],[[["This document provides reference information for the `ExportPreviewResultRequest` class within the Infrastructure Manager v1 API."],["The `ExportPreviewResultRequest` class is used to request the export of preview results and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the class `ExportPreviewResultRequest`, one with no parameters, and another taking a single parameter `other` of the same type."],["The class includes two properties: `Parent` (a string representing the preview's location) and `ParentAsPreviewName` (a `PreviewName`-typed view of the `Parent` resource)."],["The `ExportPreviewResultRequest` class is part of the `Google.Cloud.Config.V1` namespace and is contained within the `Google.Cloud.Config.V1.dll` assembly, with the latest version being 1.7.0."]]],[]]