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-03-21 UTC."],[[["This document provides reference documentation for the `ExportPreviewResultRequest` class within the Infrastructure Manager v1 API."],["The `ExportPreviewResultRequest` class is used to request the export of preview results and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties: `Parent`, which is a string representing the preview to be exported, and `ParentAsPreviewName`, which provides a typed view over the `Parent` resource name."],["The `ExportPreviewResultRequest` class is part of the `Google.Cloud.Config.V1` namespace and is found in the `Google.Cloud.Config.V1.dll` assembly, with version history ranging from 1.0.0 to 1.7.0."]]],[]]