public sealed class Subscription.Types.LinkedResource : IMessage<Subscription.Types.LinkedResource>, IEquatable<Subscription.Types.LinkedResource>, IDeepCloneable<Subscription.Types.LinkedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class Subscription.Types.LinkedResource.
Reference to a linked resource tracked by this Subscription.
[[["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 `Subscription.Types.LinkedResource` class is part of the Google Cloud BigQuery Analytics Hub v1 API, representing a reference to a linked resource tracked by a subscription."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `LinkedResource` class has properties like `HasLinkedDataset` (a boolean indicating if the linked dataset is set), `LinkedDataset` (a string representing the name of the linked dataset), and `ReferenceCase` (a property indicating the specific type of reference)."],["The class provides a constructor `LinkedResource()` and `LinkedResource(Subscription.Types.LinkedResource other)` for creating instances."],["The latest version of this `LinkedResource` is `1.7.0` and it can be found under the namespace `Google.Cloud.BigQuery.AnalyticsHub.V1` and it is within the `Google.Cloud.BigQuery.AnalyticsHub.V1.dll` assembly."]]],[]]