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 page details the `UndeleteServiceAccountResponse` class within the `Google.Cloud.Iam.Admin.V1` namespace, specifically version 1.1.0."],["The `UndeleteServiceAccountResponse` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and lists several inherited members, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors: a default constructor and one that accepts another `UndeleteServiceAccountResponse` object as a parameter for copying."],["The class provides one property: `RestoredAccount`, of type `ServiceAccount` which contains the metadata for the restored service account."]]],[]]