public sealed class DeleteDnsAuthorizationRequest : IMessage<DeleteDnsAuthorizationRequest>, IEquatable<DeleteDnsAuthorizationRequest>, IDeepCloneable<DeleteDnsAuthorizationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class DeleteDnsAuthorizationRequest.
[[["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 `DeleteDnsAuthorizationRequest` class within the Google Cloud Certificate Manager v1 API, specifically version 2.4.0."],["`DeleteDnsAuthorizationRequest` is a class used to request the deletion of a DNS authorization, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DnsAuthorizationName`, which provides a typed view over the resource name, and `Name`, which specifies the required format for the name of the DNS authorization to be deleted."],["There are multiple versions of the `DeleteDnsAuthorizationRequest` class, ranging from 1.0.0-beta02 to the latest version of 2.8.0, all included in the documentation."],["This class contains two constructors: a default constructor and a copy constructor, allowing new instances of `DeleteDnsAuthorizationRequest` to be created either without arguments or by cloning from an existing instance."]]],[]]