public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage
[[["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-17 UTC."],[[["The latest version available for `PubsubDestination` is 3.12.0, as shown by the provided link."],["`PubsubDestination` is a class representing a Pub/Sub destination, which can be used as a destination for publishing messages."],["The class `PubsubDestination` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Topic` property within `PubsubDestination` defines the specific Pub/Sub topic to which messages are published and it is a `string` type."],["This class has 2 different constructors, a default one and another one that takes in a `PubsubDestination` as a parameter."]]],[]]