Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LimitItem

Details about the LimitItem object.

Properties

Optional category

category: model.Category

Optional currentLimit

currentLimit: undefined | number

The current service limit for the resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional currentUsage

currentUsage: undefined | number

The current resource usage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional issueType

issueType: model.IssueType

itemKey

itemKey: string

Unique identifier for the item.

Optional limitStatus

limitStatus: LimitStatus

The status of the request.

Optional name

name: undefined | string

The display name of the item. Avoid entering confidential information.

Optional requestedLimit

requestedLimit: undefined | number

The new service limit being requested for the resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional subCategory

subCategory: model.SubCategory

Const type

type: string = "limit"

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Item): object

getJsonObj

  • getJsonObj(obj: Item): object