public sealed class DeleteBigQueryExportRequest : IMessage<DeleteBigQueryExportRequest>, IEquatable<DeleteBigQueryExportRequest>, IDeepCloneable<DeleteBigQueryExportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class DeleteBigQueryExportRequest.
[[["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 documentation details the `DeleteBigQueryExportRequest` class within the Security Command Center v2 API, which is used to request the deletion of a BigQuery export."],["The `DeleteBigQueryExportRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class provides two constructors, a default one and one that accepts another `DeleteBigQueryExportRequest` object as a parameter, allowing for the creation of new instances and the cloning of existing ones."],["The `Name` property, of type string, is a required field specifying the full resource name of the BigQuery export to be deleted, and it can follow different patterns depending on if it is an organization, folder or project."],["The class also has a `BigQueryExportName` property, that will provide a typed view over the `Name` property of the resource."]]],[]]