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 document provides reference documentation for the `RefreshSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.3.0."],["`RefreshSubscriptionRequest` is a message used to refresh a subscription, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RefreshSubscriptionRequest` class has two constructors, one default and another for creating an instance from another `RefreshSubscriptionRequest` object."],["The class contains two main properties: `Name`, a string representing the resource name of the subscription to be refreshed, and `SubscriptionName`, a typed view over the `Name` property for convenient management of subscription names."],["The document lists and links all other available versions of this documentation, with 1.7.0 as the latest version."]]],[]]