public sealed class DeleteDnsAuthorizationRequest : IMessage<DeleteDnsAuthorizationRequest>, IEquatable<DeleteDnsAuthorizationRequest>, IDeepCloneable<DeleteDnsAuthorizationRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteDnsAuthorizationRequest` class, which is used to request the deletion of a DNS authorization in the Google Cloud Certificate Manager API, specifically within version 1 of the API."],["The latest version of `DeleteDnsAuthorizationRequest` is 2.8.0, and there are various versions listed, ranging from 2.0.0 to 2.7.0, in addition to version 1.0.0-beta02."],["The `DeleteDnsAuthorizationRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The `DeleteDnsAuthorizationRequest` class includes two constructors: a parameterless constructor, and one that takes another `DeleteDnsAuthorizationRequest` object as a parameter."],["Key properties of this class include `DnsAuthorizationName`, which is a typed view of the resource name, and `Name`, which is a string representing the resource name of the DNS authorization to be deleted."]]],[]]