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-04-02 UTC."],[[["This webpage provides documentation for the `SubscribeListingResponse` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.6.0."],["The `SubscribeListingResponse` class represents the response received when subscribing to a listing and is used as a message format, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and includes functionalities for creating an object from another instance of `SubscribeListingResponse` by passing the other object in the constructor."],["The `SubscribeListingResponse` class contains a `Subscription` property, which is a `Subscription` object resulting from the subscribe action."],["Several previous versions of the `SubscribeListingResponse` class documentation are also linked, ranging from version 1.0.0 to 1.7.0."]]],[]]