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."],[[["The latest version of the `SubscribeListingResponse` class is 1.7.0, representing the most current release for the Analytics Hub v1 API."],["This class is a message type used as the response when subscribing to a listing within the Analytics Hub v1 API, which allows users to engage with listed data resources."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["The `SubscribeListingResponse` class includes a `Subscription` property that represents the subscription object generated as a result of the subscribe action."],["The documentation includes previous versions of this class all the way back to 1.0.0, giving users the ability to compare any changes throughout the versions."]]],[]]