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."],[[["This page provides documentation for the `DeleteDataExchangeRequest` class within the Google Cloud BigQuery Data Exchange V1Beta1 API, which is used to delete a data exchange."],["The `DeleteDataExchangeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor and one that accepts another `DeleteDataExchangeRequest` object for copying, and it contains two properties: `DataExchangeName` which is a typed view over the resource name, and `Name` which specifies the full resource name of the data exchange to be deleted."],["The available versions of the `DeleteDataExchangeRequest` are 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta01."]]],[]]