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-03-21 UTC."],[[["This document provides reference information for the `ExportPreviewResultResponse` class within the Google Cloud Config V1 API, specifically version 1.4.0."],["`ExportPreviewResultResponse` is a response type that contains preview results, typically from an `ExportPreviewResult` call, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating new instances, either empty or by copying an existing `ExportPreviewResultResponse` object."],["The `ExportPreviewResultResponse` class contains a `Result` property of type `PreviewResult`, which provides signed URLs to access plan files."],["The documented versions for the Google Cloud Config V1 API range from 1.0.0 to 1.7.0, with 1.7.0 being the most current documented version."]]],[]]