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 page provides documentation for the `DeleteDataPolicyRequest` class within the Google Cloud BigQuery Data Policies V1 API, specifically for the .NET environment."],["The `DeleteDataPolicyRequest` class is used to construct requests for deleting a data policy, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and provides properties like `DataPolicyName` and `Name`, with the latter being a required field that specifies the resource name of the data policy to be deleted."],["The latest available version of the `DeleteDataPolicyRequest` is 1.5.0 and there are also older versions available, such as 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]