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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eAttachedResource\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace, specifically within the context of the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttachedResource\u003c/code\u003e class represents a resource payload attached to a service provider, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists the available versions of the \u003ccode\u003eAttachedResource\u003c/code\u003e class, ranging from version 3.12.0 (latest) down to version 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttachedResource\u003c/code\u003e class has properties like \u003ccode\u003eAssetType\u003c/code\u003e (a string) and \u003ccode\u003eVersionedResources\u003c/code\u003e (a list of \u003ccode\u003eVersionedResource\u003c/code\u003e objects), detailing the type and versions of the attached resources.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttachedResource\u003c/code\u003e class has two constructors : one without parameters and another that takes an \u003ccode\u003eAttachedResource\u003c/code\u003e as parameter.\u003c/p\u003e\n"]]],[],null,[]]