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-04-17 UTC."],[[["This webpage provides reference documentation for the `AttachedResource` class within the Google Cloud Asset Inventory v1 API."],["The `AttachedResource` class is a representation of an attached resource's payload, defined by its service provider, and is part of the `Google.Cloud.Asset.V1` namespace."],["The latest version of the `AttachedResource` API is 3.12.0, with the current page's version being 3.11.0, and many previous versions are also accessible, spanning back to version 2.7.0."],["The `AttachedResource` class includes properties such as `AssetType`, a string representing the type of the attached resource, and `VersionedResources`, which is a collection of `VersionedResource` objects that can represent multiple versions of the attached resource."],["The `AttachedResource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, offering methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]