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."],[[["This webpage details the `PubsubDestination` class, which is used for defining a destination for Pub/Sub messages within the Google Cloud Asset V1 library for .NET."],["The `PubsubDestination` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The latest version of the documentation available on this page is for version 3.12.0, and older versions can be found here, going as far back as version 2.7.0, with the current page being version 2.11.0."],["The class features two constructors, a default one and one that accepts another instance of the class, allowing for easy object creation and cloning."],["The `PubsubDestination` class has a `Topic` property of type string, representing the name of the Pub/Sub topic to which messages will be published, with an example format provided."]]],[]]