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 page details the `DeleteBigQueryExportRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used to request the deletion of a BigQuery export."],["The latest version available for this class is 3.24.0, with numerous previous versions ranging from 3.23.0 down to 2.2.0 being documented on the page."],["The `DeleteBigQueryExportRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes constructors for creating an instance, either default or from another `DeleteBigQueryExportRequest`, and also includes `BigQueryExportName` and `Name` properties."],["The `Name` property is a required string that represents the resource name of the big query export to be deleted and it can take multiple formats depending on the scope of the export, for instance, it can be based on the organization, folder, or project."]]],[]]