public sealed class UndeleteServiceAccountResponse : IMessage<UndeleteServiceAccountResponse>, IEquatable<UndeleteServiceAccountResponse>, IDeepCloneable<UndeleteServiceAccountResponse>, 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 `UndeleteServiceAccountResponse` class within the `Google.Cloud.Iam.Admin.V1` namespace, specifically version 2.1.0 of the library."],["The `UndeleteServiceAccountResponse` class is designed to provide details regarding a restored service account and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits properties from `Object` and contains a `RestoredAccount` property of type `ServiceAccount`, representing metadata for the service account that has been restored."],["There are multiple versions of the library available, with version 2.4.0 being the most current at the time of this content."],["The class provides two constructors: a parameterless constructor and one that takes another `UndeleteServiceAccountResponse` instance as a parameter."]]],[]]