public sealed class PreviewArtifacts : IMessage<PreviewArtifacts>, IEquatable<PreviewArtifacts>, IDeepCloneable<PreviewArtifacts>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class PreviewArtifacts.
[[["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-11 UTC."],[[["The `PreviewArtifacts` class, part of the Infrastructure Manager v1 API, represents artifacts created during a preview operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality checks, and deep cloning."],["The `PreviewArtifacts` class contains two main properties: `Artifacts` which shows the location of the created artifacts in Google Cloud Storage, and `Content`, which shows the location of blueprint copies and other content, also in Google Cloud Storage."],["The documentation provides access to different versions of the API, ranging from version 1.0.0 up to the latest version 1.7.0."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, and can also be implemented using two possible constructors."]]],[]]