public sealed class UpdateCertificateRequest : IMessage<UpdateCertificateRequest>, IEquatable<UpdateCertificateRequest>, IDeepCloneable<UpdateCertificateRequest>, 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."],[[["The latest version of `UpdateCertificateRequest` is 2.8.0, but the document primarily details version 1.0.0-beta02."],["`UpdateCertificateRequest` is a class used to request an update to a certificate, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `UpdateCertificateRequest` class has two constructors: a parameterless one and one that takes another `UpdateCertificateRequest` object."],["This request requires setting two properties when updating a certificate: the `Certificate` property, defining the certificate, and the `UpdateMask` property, specifying the fields to be updated."]]],[]]