Interface protos.google.api.IQuotaLimit (0.2.6)

Properties of a QuotaLimit.

Package

@google-cloud/service-management!

Properties

defaultLimit

defaultLimit?: (number|Long|string|null);

QuotaLimit defaultLimit

Property Value
TypeDescription
(number|Long|string|null)

description

description?: (string|null);

QuotaLimit description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

QuotaLimit displayName

Property Value
TypeDescription
(string|null)

duration

duration?: (string|null);

QuotaLimit duration

Property Value
TypeDescription
(string|null)

freeTier

freeTier?: (number|Long|string|null);

QuotaLimit freeTier

Property Value
TypeDescription
(number|Long|string|null)

maxLimit

maxLimit?: (number|Long|string|null);

QuotaLimit maxLimit

Property Value
TypeDescription
(number|Long|string|null)

metric

metric?: (string|null);

QuotaLimit metric

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

QuotaLimit name

Property Value
TypeDescription
(string|null)

unit

unit?: (string|null);

QuotaLimit unit

Property Value
TypeDescription
(string|null)

values

values?: ({ [k: string]: (number|Long|string) }|null);

QuotaLimit values

Property Value
TypeDescription
({ [k: string]: (number|Long|string) }|null)