public sealed class GetDnsAuthorizationRequest : IMessage<GetDnsAuthorizationRequest>, IEquatable<GetDnsAuthorizationRequest>, IDeepCloneable<GetDnsAuthorizationRequest>, 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 `GetDnsAuthorizationRequest` class, which is used to request information about a specific DNS authorization within the Google Cloud Certificate Manager."],["The `GetDnsAuthorizationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class offers two constructors: a default constructor `GetDnsAuthorizationRequest()` and a copy constructor `GetDnsAuthorizationRequest(GetDnsAuthorizationRequest other)` for creating new instances."],["The class includes two primary properties: `DnsAuthorizationName`, a typed view for accessing the resource name, and `Name`, a string property that stores the resource name in the format of `projects/*/locations/*/dnsAuthorizations/*`."],["The webpage provides access to various versions of this documentation, with the latest being 2.8.0 and going back as far as version 1.0.0-beta02."]]],[]]