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.
Optional. If the subscription is commercial then this field must be set to
true, otherwise a failure is thrown. This acts as a safety guard to avoid
revoking commercial subscriptions accidentally.
[[["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."],[[["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`."]]],[]]