public sealed class SubscribeListingResponse : IMessage<SubscribeListingResponse>, IEquatable<SubscribeListingResponse>, IDeepCloneable<SubscribeListingResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SubscribeListingResponse.
Message for response when you subscribe to a listing.
[[["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 reference documentation for the `SubscribeListingResponse` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically for version 1.5.0."],["The `SubscribeListingResponse` class is used as a message for the response received when subscribing to a listing in the Analytics Hub v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["There are two constructors for the `SubscribeListingResponse` class, one being a parameterless constructor and the other taking a `SubscribeListingResponse` object as a parameter for cloning."],["The `SubscribeListingResponse` class has one property called `Subscription` that represents the subscription object created from the subscribe action."]]],[]]