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, which is part of the Google Cloud Asset .NET library and is used for representing detailed related resources."],["The latest version available for `RelatedResource` is 3.12.0, with a list provided that includes versions down to 2.7.0, all of which link to their respective documentation pages."],["The `RelatedResource` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes two constructors: a default constructor and one that accepts another `RelatedResource` as a parameter, allowing for easy copying and initialization."],["Key properties of the `RelatedResource` class include `AssetType`, which defines the type of asset (e.g., `compute.googleapis.com/Instance`), and `FullResourceName`, which provides the full resource name of the related resource (e.g., `//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123`)."]]],[]]