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 document outlines the `AuditableService` class within the `Google.Cloud.Iam.Admin.V1` namespace, which provides details about an auditable service."],["The `AuditableService` class, part of `QueryAuditableServicesResponse.Types`, is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property of type string, which represents the public name of the service, such as 'iam.googleapis.com' for Cloud IAM."],["There are multiple versions available, with the latest being 2.4.0, and it provides constructors to either initialize an empty `AuditableService` object or from an existing `QueryAuditableServicesResponse.Types.AuditableService` object."],["The class inherits several members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]