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 documentation for the `SubscribeDataExchangeResponse` class within the Analytics Hub v1 API, specifically for the .NET library."],["The `SubscribeDataExchangeResponse` class is a message used for responses when subscribing to a Data Exchange, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for the class is 1.7.0, while this particular document focuses on version 1.1.0, with other versions available back to version 1.0.0."],["The class includes a `Subscription` property, which holds the subscription object resulting from a subscribe action, and is of the `Subscription` type."],["The class contains two constructors, the default constructor `SubscribeDataExchangeResponse()` and a copy constructor `SubscribeDataExchangeResponse(SubscribeDataExchangeResponse other)`."]]],[]]