public sealed class RelatedResource : IMessage<RelatedResource>, IEquatable<RelatedResource>, IDeepCloneable<RelatedResource>, 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-04-17 UTC."],[[["This webpage details the `RelatedResource` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.10.0, of the Google Cloud Asset .NET library."],["The `RelatedResource` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing related asset information."],["It includes two constructors, `RelatedResource()` and `RelatedResource(RelatedResource other)`, for creating new instances and copies of related resource objects."],["The class exposes two key properties: `AssetType`, which specifies the type of asset (e.g., `compute.googleapis.com/Instance`), and `FullResourceName`, which provides the full resource name of the asset."],["The page also provides links to older versions of the library, from 3.12.0 down to 2.7.0."]]],[]]