public sealed class QueryAuditableServicesResponse : IMessage<QueryAuditableServicesResponse>, IEquatable<QueryAuditableServicesResponse>, IDeepCloneable<QueryAuditableServicesResponse>, IBufferMessage, IMessage
A response containing a list of auditable services for a resource.
[[["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."],[[["The `QueryAuditableServicesResponse` class is used to return a list of services that are auditable for a given resource."],["This class is part of the `Google.Cloud.Iam.Admin.V1` namespace, and its latest version is 2.4.0, with 1.0.0 as the initial release."],["The `QueryAuditableServicesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Services` property, which is a `RepeatedField` that holds the collection of `AuditableService` objects representing the auditable services."],["The `QueryAuditableServicesResponse` class has two constructors, one being a parameterless constructor, and the other taking another `QueryAuditableServicesResponse` as a parameter."]]],[]]