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 provides documentation for the `UndeleteServiceAccountResponse` class within the `Google.Cloud.Iam.Admin.V1` namespace, part of the Google Cloud .NET library."],["The `UndeleteServiceAccountResponse` class is implemented across multiple versions, with version 2.4.0 being the latest and 1.0.0 being the oldest."],["The `UndeleteServiceAccountResponse` class has a public constructor and accepts a parameter called `other` that is of type `UndeleteServiceAccountResponse`."],["The class is of type `public sealed` which means it cannot be inherited and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `RestoredAccount` property of type `ServiceAccount`, which contains metadata for the restored service account."]]],[]]