public sealed class DeleteBigQueryExportRequest : IMessage<DeleteBigQueryExportRequest>, IEquatable<DeleteBigQueryExportRequest>, IDeepCloneable<DeleteBigQueryExportRequest>, IBufferMessage, IMessage
Required. Name of the big query export to delete. Its format is
organizations/{organization}/bigQueryExports/{export_id},
folders/{folder}/bigQueryExports/{export_id}, or
projects/{project}/bigQueryExports/{export_id}
[[["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 webpage details the `DeleteBigQueryExportRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used to formulate requests for deleting BigQuery exports."],["The `DeleteBigQueryExportRequest` class has properties for `BigQueryExportName` and `Name`, which are used to specify the export that needs to be deleted."],["The latest version available is 3.24.0, but a variety of other previous versions are also accessible, ranging from 3.23.0 all the way down to version 2.2.0."],["The `DeleteBigQueryExportRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `DeleteBigQueryExportRequest` class, one default and another which allows you to instantiate it using another `DeleteBigQueryExportRequest` instance."]]],[]]