public sealed class UsageResourceAllowance : IMessage<UsageResourceAllowance>, IEquatable<UsageResourceAllowance>, IDeepCloneable<UsageResourceAllowance>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1alpha API class UsageResourceAllowance.
UsageResourceAllowance describes the detail of usage resource allowance.
[[["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 `UsageResourceAllowance` class in the Google Cloud Batch v1alpha API provides details about resource usage allowance."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, one for a new instance and another for cloning an existing `UsageResourceAllowance` object."],["The class has properties named `Spec` of type `UsageResourceAllowanceSpec` that is required, and `Status` of type `UsageResourceAllowanceStatus` which is output only."],["The `UsageResourceAllowance` class can be found within the `Google.Cloud.Batch.V1Alpha` namespace, specifically in the `Google.Cloud.Batch.V1Alpha.dll` assembly."]]],[]]