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 webpage provides reference documentation for the `ExportPreviewResultRequest` class within the Infrastructure Manager v1 API, specifically for the .NET library."],["The `ExportPreviewResultRequest` class is used to create a request for exporting preview results and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes information on the class's constructors, including a default constructor and a constructor for creating a copy, as well as its properties `Parent` and `ParentAsPreviewName`, which are essential for specifying the preview to be exported."],["There are multiple versions of the API documented, with version 1.7.0 being the latest release available in the documentation, and previous versions range from 1.6.0 back to 1.0.0."]]],[]]