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-21 UTC."],[[["The latest version available for `StreamingPullResponse.Types.SubscriptionProperties` is 3.23.0, and a list of versions from 3.22.0 down to 2.3.0 are also accessible."],["`SubscriptionProperties` is a class that provides information about a Pub/Sub subscription and is part of the namespace `Google.Cloud.PubSub.V1`."],["The `SubscriptionProperties` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors, a parameterless one, and one that takes another `StreamingPullResponse.Types.SubscriptionProperties` instance."],["The `SubscriptionProperties` class exposes two key properties, `ExactlyOnceDeliveryEnabled` and `MessageOrderingEnabled`, which are boolean values indicating whether exactly-once delivery and message ordering are enabled for a subscription, respectively."]]],[]]