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-03-21 UTC."],[[["The latest version of the `RefreshSubscriptionRequest` class for the Analytics Hub v1 API is 1.7.0, with several prior versions available for reference."],["This class is a message type for refreshing a subscription within the Google Cloud BigQuery Analytics Hub, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RefreshSubscriptionRequest` class is found within the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace and is part of the `Google.Cloud.BigQuery.AnalyticsHub.V1.dll` assembly."],["The class has two constructors: a default constructor and another that takes an existing `RefreshSubscriptionRequest` object for cloning."],["The `Name` property, of type string, is required and specifies the resource name of the Subscription to refresh, while `SubscriptionName` property is a `SubscriptionName`-typed view over the `Name` property."]]],[]]