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-12 UTC."],[[["The latest version available is 1.7.0, with a range of previous versions from 1.6.0 down to 1.0.0 also listed."],["This documentation provides reference and code samples for the `ExportPreviewResultResponse` class within the Infrastructure Manager v1 API."],["The `ExportPreviewResultResponse` class is a response to an `ExportPreviewResult` call and contains preview results, and it implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, one being a parameterless constructor and the other taking another `ExportPreviewResultResponse` as a parameter, allowing for object creation and cloning."],["The `ExportPreviewResultResponse` class includes a `Result` property of type `PreviewResult`, which contains signed URLs for accessing plan files."]]],[]]