public sealed class DeleteDataPolicyRequest : IMessage<DeleteDataPolicyRequest>, IEquatable<DeleteDataPolicyRequest>, IDeepCloneable<DeleteDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1beta1 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 documentation is for the `DeleteDataPolicyRequest` class within the Google Cloud BigQuery Data Policy v1beta1 API, specifically for version 1.0.0-beta03."],["`DeleteDataPolicyRequest` is a request message used for the `DeleteDataPolicy` method, and it inherits from the `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that accepts an existing `DeleteDataPolicyRequest` object for creating a copy."],["The `DeleteDataPolicyRequest` class has two properties: `DataPolicyName`, a typed view of the resource name, and `Name`, a string property representing the required resource name of the data policy to be deleted."],["There are multiple inherited members, such as `GetHashCode`, `GetType`, and `ToString`, that are available from the `object` class."]]],[]]