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 latest version of the `QueryAuditableServicesResponse` is 2.4.0, but the current page's documentation focuses on version 2.0.0."],["`QueryAuditableServicesResponse` is a class that provides a list of auditable services for a given resource."],["The `QueryAuditableServicesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Services` property, of type `RepeatedField\u003cQueryAuditableServicesResponse.Types.AuditableService\u003e`, contains the auditable services for a resource."],["There are two constructors available for the `QueryAuditableServicesResponse` class: a default constructor and one that accepts another `QueryAuditableServicesResponse` object."]]],[]]