public sealed class UsageResourceAllowanceStatus.Types.PeriodConsumption : IMessage<UsageResourceAllowanceStatus.Types.PeriodConsumption>, IEquatable<UsageResourceAllowanceStatus.Types.PeriodConsumption>, IDeepCloneable<UsageResourceAllowanceStatus.Types.PeriodConsumption>, 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."],[[["The latest version of `PeriodConsumption` is 1.0.0-alpha31, found in the `Google.Cloud.Batch.V1Alpha` namespace."],["`PeriodConsumption` is a sealed class that inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `PeriodConsumption` object as a parameter to create a new `PeriodConsumption`."],["The class contains two main properties: `Consumed`, which is a double representing accumulated consumption during a specific interval, and `ConsumptionInterval`, which is of type `Interval` indicating the period of consumption."],["The class has a `HasConsumed` property, a boolean value, that indicates if the `consumed` field is set."]]],[]]