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 information for the `ExportPreviewResultRequest` class within the Google Cloud Config v1 API, specifically version 1.4.0, and also provides links to versions 1.0.0 - 1.7.0."],["`ExportPreviewResultRequest` is used to request the export of preview results and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and contains two constructors: a default constructor and a copy constructor that takes another `ExportPreviewResultRequest` instance."],["The `ExportPreviewResultRequest` class has properties such as `Parent`, a string representing the preview resource name, and `ParentAsPreviewName`, a typed view of the `Parent` property as a `PreviewName` object."],["The namespace for the class is `Google.Cloud.Config.V1`, and the assembly it belongs to is `Google.Cloud.Config.V1.dll`."]]],[]]