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 available for `QueryAuditableServicesResponse` is 2.4.0, but this page is referencing version 1.1.0."],["`QueryAuditableServicesResponse` provides a list of auditable services for a given resource, utilizing the class type, `QueryAuditableServicesResponse`, and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `QueryAuditableServicesResponse` class has a property named `Services`, which is of type `RepeatedField\u003cQueryAuditableServicesResponse.Types.AuditableService\u003e`, representing the auditable services associated with a resource."],["There are two constructors for creating a `QueryAuditableServicesResponse` object, one being a parameterless constructor, and the other takes an existing `QueryAuditableServicesResponse` object as its parameter."]]],[]]