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."],[[["This webpage provides documentation for the `RelatedResource` class within the Google Cloud Asset Inventory v1 API, specifically for the .NET environment, spanning multiple versions from 2.7.0 to the latest 3.12.0."],["The `RelatedResource` class is designed to represent detailed information about a related asset and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed via two constructors, `RelatedResource()` and `RelatedResource(RelatedResource other)` which creates a new instance."],["Key properties of the `RelatedResource` class include `AssetType`, representing the type of asset, and `FullResourceName`, providing the complete resource name of the related asset, both of which are strings."],["The documentation includes a comprehensive list of implemented members and inheritance, as well as multiple version numbers of the google cloud asset api."]]],[]]