public sealed class DeleteDataExchangeRequest : IMessage<DeleteDataExchangeRequest>, IEquatable<DeleteDataExchangeRequest>, IDeepCloneable<DeleteDataExchangeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class DeleteDataExchangeRequest.
[[["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 `DeleteDataExchangeRequest` class in the Google.Cloud.BigQuery.DataExchange.V1Beta1 namespace is used for deleting a data exchange within the Analytics Hub v1beta1 API."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructors available for the `DeleteDataExchangeRequest` class: a default constructor and one that takes another `DeleteDataExchangeRequest` instance as input."],["The `DeleteDataExchangeRequest` class has properties for managing the data exchange name, including `DataExchangeName` for a typed view and `Name` for the full resource name as a string."],["The most recent version available of the API is 2.0.0-beta06."]]],[]]