public sealed class ReservationResourceUsage : IMessage<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, IEquatable<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, 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 `ReservationResourceUsage` class within the `Google.Cloud.Audit` namespace, which provides a breakdown of job resource usage by reservation."],["The `ReservationResourceUsage` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `ReservationResourceUsage` class: a default constructor and one that accepts another `ReservationResourceUsage` object as a parameter."],["The class has two main properties: `Name`, which represents the reservation name or \"unreserved\" for on-demand resources, and `SlotMs`, which represents the total slot milliseconds used."],["The document provides different versions of the api docs for the class, ranging from version 1.0.0 to the most recent version 2.5.0."]]],[]]