public sealed class AttachedResource : IMessage<AttachedResource>, IEquatable<AttachedResource>, IDeepCloneable<AttachedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AttachedResource.
Attached resource representation, which is defined by the corresponding
service provider. It represents an attached resource's payload.
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-03-21 UTC."],[[["The `AttachedResource` class is part of the Google Cloud Asset Inventory v1 API and represents an attached resource's payload."],["This class is implemented with multiple interfaces, namely `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AttachedResource` class includes two constructors: a default constructor and one that accepts another `AttachedResource` as a parameter."],["Key properties of `AttachedResource` include `AssetType`, which specifies the type of the attached resource, and `VersionedResources`, which holds multiple versions of the resource representation."],["The documentation provides links to various versions of the `AttachedResource` class, with the latest being version 3.12.0 and this specific page concerning the 3.10.0 version."]]],[]]