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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `RevokeSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub v1 API."],["The `RevokeSubscriptionRequest` class is used to create messages for revoking a subscription, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, with 1.7.0 being the latest and also including versions back to 1.0.0."],["The class has properties such as `Name` which is a string that represents the resource name of the subscription to be revoked and `SubscriptionName` which is a `SubscriptionName` typed view over the resource name property."],["The `RevokeSubscriptionRequest` class has two constructors, one default constructor and one that takes another `RevokeSubscriptionRequest` as a parameter."]]],[]]