public sealed class RelatedResource : IMessage<RelatedResource>, IEquatable<RelatedResource>, IDeepCloneable<RelatedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class RelatedResource.
[[["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."],[[["The `RelatedResource` class provides detailed information about related resources within the Google Cloud Asset Inventory v1 API, and is accessible through various versioned documentation links, with the latest being version 3.12.0."],["`RelatedResource` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer operations."],["The `RelatedResource` class contains properties for `AssetType`, which specifies the type of asset (e.g., `compute.googleapis.com/Instance`), and `FullResourceName`, which provides the complete resource name (e.g., `//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123`)."],["The class offers two constructors: a default `RelatedResource()` constructor, and one `RelatedResource(RelatedResource other)` that accepts another instance of the class to make a copy."],["The documentation is provided for version 3.10.0 of the `RelatedResource` class, with available versions ranging from 2.7.0 to 3.12.0, all referencing the same `RelatedResource` class."]]],[]]