public sealed class AttachedResource : IMessage<AttachedResource>, IEquatable<AttachedResource>, IDeepCloneable<AttachedResource>, IBufferMessage, IMessage
Attached resource representation, which is defined by the corresponding
service provider. It represents an attached resource's payload.
You can find the supported attached asset types of each resource in this
table:
https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types
public RepeatedField<VersionedResource> VersionedResources { get; }
Versioned resource representations of this attached resource. This is
repeated because there could be multiple versions of the attached resource
representations during version migration.
[[["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-04-17 UTC."],[[["This document outlines the `AttachedResource` class within the `Google.Cloud.Asset.V1` namespace, detailing its structure, properties, and implementation within the .NET environment."],["The `AttachedResource` class represents an attached resource's payload, defined by the corresponding service provider, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.12.0, while the page provides access to versions ranging from 2.7.0 to 3.12.0, with the specific documentation focus being on version 2.9.0 of the `AttachedResource`."],["`AttachedResource` has two constructors: a default constructor and another that takes another `AttachedResource` object as a parameter, allowing for the creation of new objects from existing ones."],["The `AttachedResource` class includes properties such as `AssetType` (a string indicating the type of the attached resource) and `VersionedResources` (a repeated field for multiple versioned resource representations)."]]],[]]