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."],[[["This document provides reference information for the `RefreshSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub V1 API, specifically version 1.1.0."],["`RefreshSubscriptionRequest` is used to request the refreshing of a subscription and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RefreshSubscriptionRequest` class has two constructors, a default one and another that accepts another `RefreshSubscriptionRequest` instance as a parameter."],["The class includes two key properties: `Name`, a string representing the resource name of the subscription to refresh, and `SubscriptionName`, a typed view over the `Name` property for convenient management of SubscriptionNames."],["This class is part of the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace and is found in the `Google.Cloud.BigQuery.AnalyticsHub.V1.dll` assembly."]]],[]]