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 page provides reference documentation for the `RefreshSubscriptionResponse` class within the Google Cloud BigQuery Analytics Hub V1 API, specifically for version 1.6.0."],["The `RefreshSubscriptionResponse` class is used to represent the response received when refreshing a subscription, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `RefreshSubscriptionResponse` object for parameterization, to be able to create new instances."],["A key property of this class is `Subscription`, which represents the refreshed subscription resource and is of type `Subscription`."],["There are different versions of the api available, with the latest one being version 1.7.0."]]],[]]