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."],[[["The latest version of the `UndeleteServiceAccountResponse` class is 2.4.0, with previous versions ranging from 1.0.0 to 2.3.0 also documented."],["`UndeleteServiceAccountResponse` is a sealed class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class resides within the `Google.Cloud.Iam.Admin.V1` namespace, and it's found within the `Google.Cloud.Iam.Admin.V1.dll` assembly."],["It provides two constructors: a default constructor `UndeleteServiceAccountResponse()` and a copy constructor `UndeleteServiceAccountResponse(UndeleteServiceAccountResponse other)`."],["It offers a `RestoredAccount` property of type `ServiceAccount` to handle metadata related to the restored service account."]]],[]]