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 1.2.0, and provides links to older versions, up to the latest 2.4.0."],["The `UndeleteServiceAccountResponse` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `UndeleteServiceAccountResponse()` and a copy constructor `UndeleteServiceAccountResponse(UndeleteServiceAccountResponse other)`."],["The class includes one main property `RestoredAccount`, which retrieves or sets metadata for the restored service account of type `ServiceAccount`."],["The page also provides documentation for inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are part of the base `Object` class."]]],[]]