public sealed class DeleteBigQueryExportRequest : IMessage<DeleteBigQueryExportRequest>, IEquatable<DeleteBigQueryExportRequest>, IDeepCloneable<DeleteBigQueryExportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteBigQueryExportRequest.
Required. The name of the BigQuery 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."],[[["The page provides reference documentation for the `DeleteBigQueryExportRequest` class within the Google Cloud Security Center v1 API for .NET, used to delete BigQuery exports."],["The latest version of the API class documented is 3.24.0, and the page offers links to documentation for versions dating back to 2.2.0."],["`DeleteBigQueryExportRequest` implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `object` class, as detailed in the inheritance section."],["The class has a constructor and two main properties, `BigQueryExportName` (a typed view) and `Name` (a string), both relating to the name of the BigQuery export to be deleted, with the latter being required and having a specific format."],["The main namespace containing the class is `Google.Cloud.SecurityCenter.V1` contained within the assembly `Google.Cloud.SecurityCenter.V1.dll`."]]],[]]