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 webpage provides reference documentation for the `DeleteDnsAuthorizationRequest` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.7.0."],["The `DeleteDnsAuthorizationRequest` class is used to request the deletion of a DNS authorization, as detailed in the inheritance and implementation information, which shows it inherits from `object` and implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and a constructor that accepts another `DeleteDnsAuthorizationRequest` object as a parameter, allowing for the creation of new instances, and copies of existing ones."],["The class contains two key properties: `DnsAuthorizationName`, which is a typed view for the DNS authorization name, and `Name`, which is a string representing the fully qualified resource name of the DNS authorization to be deleted, and it follows the format of `projects/*/locations/*/dnsAuthorizations/*`."],["The page also includes historical versions of the API, ranging from 2.8.0 to 1.0.0-beta02, allowing users to access documentation from those releases."]]],[]]