public sealed class SubscriptionProperties : IMessage<StreamingPullResponse.Types.SubscriptionProperties>, IEquatable<StreamingPullResponse.Types.SubscriptionProperties>, IDeepCloneable<StreamingPullResponse.Types.SubscriptionProperties>, IBufferMessage, IMessage
Subscription properties sent as part of the response.
[[["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-31 UTC."],[[["The webpage provides documentation for various versions of `StreamingPullResponse.Types.SubscriptionProperties`, with version 3.23.0 being the latest."],["`SubscriptionProperties` is a sealed class within the `Google.Cloud.PubSub.V1` namespace, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`SubscriptionProperties` offers two constructors: a default one and another that accepts an existing `StreamingPullResponse.Types.SubscriptionProperties` instance for cloning."],["The `MessageOrderingEnabled` property of type boolean indicates whether message ordering is activated for a given subscription."]]],[]]