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 removing a BigQuery export."],["The latest version available is 3.24.0, and the page provides access to 36 different versions, ranging from version 2.2.0 to 3.24.0, for the `DeleteBigQueryExportRequest`."],["`DeleteBigQueryExportRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `DeleteBigQueryExportRequest` class includes two constructors and two properties: `BigQueryExportName` (a typed view) and `Name` (a string representing the required name of the BigQuery export to delete)."]]],[]]