public sealed class UpdateDnsAuthorizationRequest : IMessage<UpdateDnsAuthorizationRequest>, IEquatable<UpdateDnsAuthorizationRequest>, IDeepCloneable<UpdateDnsAuthorizationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class UpdateDnsAuthorizationRequest.
[[["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 documentation for the `UpdateDnsAuthorizationRequest` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.7.0."],["The `UpdateDnsAuthorizationRequest` class is used to define a request for the `UpdateDnsAuthorization` method, and it inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `UpdateDnsAuthorizationRequest()` and another `UpdateDnsAuthorizationRequest(UpdateDnsAuthorizationRequest other)` that copies from another instance of the class."],["It contains two properties, `DnsAuthorization` which takes a `DnsAuthorization` object, and `UpdateMask` which takes a `FieldMask` object, both are required to be set."],["The documentation includes links to past versions, starting from `1.0.0-beta02`, up to the latest version `2.8.0`."]]],[]]