public sealed class GcsOutputResult : IMessage<GcsOutputResult>, IEquatable<GcsOutputResult>, IDeepCloneable<GcsOutputResult>, IBufferMessage, IMessage
[[["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."],[[["The latest version available for `GcsOutputResult` is 3.12.0, but there are multiple older versions spanning back to 2.7.0."],["`GcsOutputResult` is a class within the `Google.Cloud.Asset.V1` namespace, representing a Cloud Storage output result in the Google Cloud Asset API."],["The `GcsOutputResult` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with extending methods from `Object`."],["This class has a property called `Uris` which is a list of Cloud Storage object URIs, such as \"gs://bucket_name/object_name\"."],["It has two constructors available, a default one, and one that takes another `GcsOutputResult` as a parameter."]]],[]]