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 `UsageResourceAllowanceStatus.Types.PeriodConsumption` class is a sealed class within the `Google.Cloud.Batch.V1Alpha` namespace and is part of the `Google.Cloud.Batch.V1Alpha.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cUsageResourceAllowanceStatus.Types.PeriodConsumption\u003e`, `IDeepCloneable\u003cUsageResourceAllowanceStatus.Types.PeriodConsumption\u003e`, and `IBufferMessage`."],["The class has two constructors: a default `PeriodConsumption()` constructor and another `PeriodConsumption(UsageResourceAllowanceStatus.Types.PeriodConsumption other)` constructor that takes another instance of itself as a parameter."],["Key properties of the class include `Consumed` (a double representing accumulated consumption), `ConsumptionInterval` (an Interval object defining the consumption period), and `HasConsumed` (a boolean indicating if the consumed field is set)."],["The two versions of this class available for the .NET package are `1.0.0-alpha31` which is the latest and `1.0.0-alpha30` respectively."]]],[]]