public sealed class RevocationDetails : IMessage<Certificate.Types.RevocationDetails>, IEquatable<Certificate.Types.RevocationDetails>, IDeepCloneable<Certificate.Types.RevocationDetails>, IBufferMessage, IMessage
Describes fields that are relavent to the revocation of a [Certificate][google.cloud.security.privateca.v1.Certificate].
[[["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 `RevocationDetails` class, which is a part of the Google Cloud Security PrivateCA V1 library, specifically for version 3.0.0."],["The `RevocationDetails` class is used to describe the revocation of a Certificate, including the reason for revocation and the time it was revoked."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties for `RevocationState` of type `RevocationReason` and `RevocationTime` of type `Timestamp`."],["The page also includes links to older versions of this class, from version 1.0.0 up to the latest version, 3.9.0."]]],[]]