public sealed class BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage : IMessage<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, IEquatable<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage.
[[["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 documentation provides details for the `BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage` class within the Google Cloud Audit API, which is used to break down job resource usage by reservation."],["The `ReservationResourceUsage` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class offers two constructors, one default and another that allows creating a copy from an existing `ReservationResourceUsage` object."],["Key properties within this class include `Name`, representing the reservation name or \"unreserved\" for on-demand usage, and `SlotMs`, indicating the total slot milliseconds used by a job's reservation."],["The documentation covers versions from 1.0.0 up to the latest 2.5.0, of the audit API, allowing users to access details regarding the different historical iterations of the class."]]],[]]