public sealed class ExportPreviewResultResponse : IMessage<ExportPreviewResultResponse>, IEquatable<ExportPreviewResultResponse>, IDeepCloneable<ExportPreviewResultResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportPreviewResultResponse.
A response to ExportPreviewResult call. Contains preview results.
[[["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 `ExportPreviewResultResponse` class within the Google Cloud Config V1 API, specifically version 1.5.0."],["`ExportPreviewResultResponse` is a response object that contains preview results from an `ExportPreviewResult` call within the Infrastructure Manager API."],["The `ExportPreviewResultResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for data handling and comparison."],["The class has two constructors: a default one and another that takes an existing `ExportPreviewResultResponse` object as a parameter for cloning."],["The class contains one property `Result`, which is output only and of type `PreviewResult`, representing Signed URLs to access plan files."]]],[]]