public sealed class RefreshSubscriptionResponse : IMessage<RefreshSubscriptionResponse>, IEquatable<RefreshSubscriptionResponse>, IDeepCloneable<RefreshSubscriptionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class RefreshSubscriptionResponse.
Message for response when you refresh a subscription.
[[["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 `RefreshSubscriptionResponse` class within the Google Cloud BigQuery Analytics Hub v1 API."],["The `RefreshSubscriptionResponse` class is a message type used to represent the response received when refreshing a subscription, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this class available is 1.7.0, and older versions ranging from 1.0.0 to 1.6.0 are also accessible."],["The `RefreshSubscriptionResponse` class contains a `Subscription` property, representing the updated subscription resource of type `Subscription`."],["The `RefreshSubscriptionResponse` has two constructors: a default constructor and a copy constructor that takes another `RefreshSubscriptionResponse` instance as a parameter."]]],[]]