Package version:

The resource quota limit value.

interface LimitObject {
    limitObjectType: "LimitValue";
    limitType?: string;
    value: number;
}

Hierarchy (view full)

Properties

limitObjectType

The limit object type.

limitType?: string

The quota or usages limit types.

value: number

The quota/limit value