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-03-21 UTC."],[[["The `RelatedResource` class, part of the Google Cloud Asset Inventory v1 API, provides detailed information about a related resource."],["This class is implemented in various versions, ranging from 2.7.0 to the latest 3.12.0, with the current page specifically detailing version 3.9.0."],["`RelatedResource` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RelatedResource` include `AssetType`, which specifies the type of the asset (e.g., `compute.googleapis.com/Instance`), and `FullResourceName`, providing the full resource name."],["There are two constructors provided for `RelatedResource`: a default constructor and one that takes another `RelatedResource` object as a parameter."]]],[]]