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 webpage provides documentation for the `SubscriptionProperties` class within the `Google.Cloud.PubSub.V1` namespace, detailing various versions of the class, with 3.23.0 being the most recent, and 2.3.0 being the oldest."],["`SubscriptionProperties` is a sealed class used to represent the properties of a subscription, specifically as part of the `StreamingPullResponse` type."],["The class has two main constructors, one default and one that takes another `SubscriptionProperties` instance as an argument."],["Key properties of the `SubscriptionProperties` class include `ExactlyOnceDeliveryEnabled` and `MessageOrderingEnabled`, both of which are boolean properties."],["It inherits from multiple interfaces, which are IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]