public sealed class RevokeSubscriptionRequest : IMessage<RevokeSubscriptionRequest>, IEquatable<RevokeSubscriptionRequest>, IDeepCloneable<RevokeSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class RevokeSubscriptionRequest.
[[["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 `RevokeSubscriptionRequest` class in the Analytics Hub v1 API is 1.7.0, and older versions are available, ranging from 1.0.0 to 1.6.0."],["`RevokeSubscriptionRequest` is a message class used for revoking subscriptions, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class and includes properties like `Name`, which specifies the resource name of the subscription to revoke, and `SubscriptionName` which provides a typed view of the name property."],["There are two constructors, a parameterless constructor and one that takes another `RevokeSubscriptionRequest` object."],["The class resides within the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace, within the assembly `Google.Cloud.BigQuery.AnalyticsHub.V1.dll`."]]],[]]