public sealed class RevokeSubscriptionResponse : IMessage<RevokeSubscriptionResponse>, IEquatable<RevokeSubscriptionResponse>, IDeepCloneable<RevokeSubscriptionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class RevokeSubscriptionResponse.
Message for response when you revoke a subscription.
[[["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 `RevokeSubscriptionResponse` class is part of the Google Cloud BigQuery Analytics Hub v1 API and is used to represent the response when a subscription is revoked."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the .NET framework and Protocol Buffers library."],["There are eight different versions of the `RevokeSubscriptionResponse` API class, ranging from version 1.0.0 to the latest 1.7.0, with links provided for each version."],["The `RevokeSubscriptionResponse` class inherits from the `object` class and provides two constructors: a default constructor and one that takes another `RevokeSubscriptionResponse` object as a parameter."],["The documentation provides reference information and code samples for the `RevokeSubscriptionResponse` class, highlighting its purpose and how to use it."]]],[]]