public sealed class DeleteDataPolicyRequest : IMessage<DeleteDataPolicyRequest>, IEquatable<DeleteDataPolicyRequest>, IDeepCloneable<DeleteDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 API class DeleteDataPolicyRequest.
[[["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 document provides reference information for the `DeleteDataPolicyRequest` class within the BigQuery Data Policy v1 API, specifically version 1.4.0."],["The `DeleteDataPolicyRequest` class is used to construct a request message for deleting a data policy, as outlined by the `DeleteDataPolicy` method within this API."],["The class includes properties like `Name` and `DataPolicyName`, which are required to specify the exact data policy to be deleted."],["The `DeleteDataPolicyRequest` class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is located within the `Google.Cloud.BigQuery.DataPolicies.V1` namespace."],["There are several versions of this documentation available, ranging from version 1.0.0 up to the latest version 1.5.0, which provides links to different versions of the `DeleteDataPolicyRequest` class."]]],[]]