public sealed class SubscribeDataExchangeResponse : IMessage<SubscribeDataExchangeResponse>, IEquatable<SubscribeDataExchangeResponse>, IDeepCloneable<SubscribeDataExchangeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SubscribeDataExchangeResponse.
Message for response when you subscribe to a Data Exchange.
[[["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 document provides reference and code samples for the `SubscribeDataExchangeResponse` class within the Analytics Hub v1 API."],["`SubscribeDataExchangeResponse` is a message type that represents the response received when subscribing to a Data Exchange."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class has a constructor to make new objects, and includes a `Subscription` property, which is a subscription object created as a result of the subscribe action."],["The `SubscribeDataExchangeResponse` class has been documented through multiple versions, ranging from version 1.0.0, to the latest 1.7.0."]]],[]]