public sealed class SubscribeListingRequest : IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, 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-03-21 UTC."],[[["This document provides details on the `SubscribeListingRequest` class, which is used to send a request to subscribe to a listing within the BigQuery Data Exchange service."],["The `SubscribeListingRequest` class is part of the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace and is found within the `Google.Cloud.BigQuery.DataExchange.V1Beta1.dll` assembly."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform various operations like deep cloning and message buffering."],["The class has properties like `DestinationCase`, `DestinationDataset`, `ListingName`, and `Name`, which help define the details of the subscription request."],["There are multiple versions of the `SubscribeListingRequest`, where `2.0.0-beta06` is the latest version, with links to previous versions `2.0.0-beta05` and `1.0.0-beta01`."]]],[]]