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."],[[["The latest version available for the `DeleteDnsAuthorizationRequest` class is 2.8.0, with multiple previous versions also documented, ranging from 2.7.0 down to 1.0.0-beta02."],["The `DeleteDnsAuthorizationRequest` class is part of the Certificate Manager v1 API within the `Google.Cloud.CertificateManager.V1` namespace and is used to request the deletion of a DNS authorization."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `DnsAuthorizationName`, a typed view for the resource name, and `Name`, a string representing the DNS authorization's name, which is required for deletion."],["The class provides two constructors: a default constructor `DeleteDnsAuthorizationRequest()` and an overloaded constructor `DeleteDnsAuthorizationRequest(DeleteDnsAuthorizationRequest other)` for creating a new instance from an existing one."]]],[]]