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 is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor and includes two properties, `Parent` which is a required string indicating the preview resource name and `ParentAsPreviewName` which is a `PreviewName` type view over the Parent property."],["The latest version of this API is 1.7.0, and this specific document is related to version 1.3.0 of the `ExportPreviewResultRequest`."]]],[]]