public sealed class RefreshSubscriptionRequest : IMessage<RefreshSubscriptionRequest>, IEquatable<RefreshSubscriptionRequest>, IDeepCloneable<RefreshSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class RefreshSubscriptionRequest.
[[["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-04-02 UTC."],[[["This page provides reference documentation for the `RefreshSubscriptionRequest` class in the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.2.0."],["The `RefreshSubscriptionRequest` class is used to create a message for refreshing a subscription and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has two constructors: a default constructor and one that accepts another `RefreshSubscriptionRequest` object for initialization."],["Key properties of the `RefreshSubscriptionRequest` class include `Name`, which is a string representing the resource name of the subscription to refresh, and `SubscriptionName`, which provides a typed view over the `Name` resource name property."],["There are multiple versions of the `RefreshSubscriptionRequest` class, ranging from version 1.0.0 up to the latest version 1.7.0, all of which can be accessed through this documentation."]]],[]]