public sealed class AuditableService : IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, 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 `AuditableService` class within the `Google.Cloud.Iam.Admin.V1` namespace, which provides information about an auditable service."],["The `AuditableService` class, part of the `QueryAuditableServicesResponse.Types`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the .NET `Object` class, and it features methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` inherited from its parent."],["The `AuditableService` class can be constructed using either a default constructor or by providing another `AuditableService` object as a parameter."],["It contains a property called `Name`, a string representing the public name of the service, like 'iam.googleapis.com' for Cloud IAM."]]],[]]