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-04-09 UTC."],[[["The webpage provides documentation for the `SubscriptionProperties` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and properties."],["The latest version of the documentation available is 3.23.0, with a range of versions from 3.22.0 down to 2.3.0 also available for reference."],["`SubscriptionProperties` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SubscriptionProperties` has two key properties: `ExactlyOnceDeliveryEnabled` and `MessageOrderingEnabled`, both of which are boolean and indicate specific features enabled for the subscription."],["There are two constructors available to create an instance of `SubscriptionProperties`, one default and one that takes an existing `StreamingPullResponse.Types.SubscriptionProperties` as a parameter."]]],[]]