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."],[[["This webpage provides reference documentation for the `DeleteBigQueryExportRequest` class within the Google Cloud Security Center v1 API, specifically for the .NET environment, with the most recent version at 3.24.0, and the version shown in the page being 3.7.0."],["The `DeleteBigQueryExportRequest` class is used to create a request to delete a BigQuery export, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, allowing it to be used in multiple ways."],["There are multiple versions of this documentation available, ranging from version 2.2.0 up to 3.24.0, with links to each version provided to view the differences."],["The `DeleteBigQueryExportRequest` class has two constructors for creating instances: a default constructor and one that accepts another `DeleteBigQueryExportRequest` object for copying, and it also has properties such as `BigQueryExportName` and `Name`."]]],[]]