Usage Class

The details about the usage of a particular limited resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Usage

Constructor

Usage(*, unit: Optional[str] = None, current_value: Optional[int] = None, limit: Optional[int] = None, **kwargs)

Parameters

unit
str
Required

The type of measurement for usage.

current_value
<xref:long>
Required

The current usage.

limit
<xref:long>
Required

The maximum allowed usage.

Variables

name
LocalizedName

The details about the localizable name of the used resource.