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, 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 release 3.12.0, each documented on its own link."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `AssetType` and `FullResourceName`, which are strings used to describe the asset type and the complete resource name, respectively."],["There are two constructors available: a default constructor (`RelatedResource()`) and a copy constructor (`RelatedResource(RelatedResource other)`), which takes an existing `RelatedResource` object as a parameter."]]],[]]