Share via


PlaywrightWorkspaceFreeTrialProperties interface

Playwright workspace quota free trial properties.

Properties

allocatedValue

The allocated limit value (e.g., allocated free execution minutes).

createdAt

The free trial creation timestamp in UTC.

expiryAt

The free trial expiration timestamp in UTC.

percentageUsed

The percentage of the free trial quota used.

usedValue

The used value (e.g., used free execution minutes).

Property Details

allocatedValue

The allocated limit value (e.g., allocated free execution minutes).

allocatedValue: number

Property Value

number

createdAt

The free trial creation timestamp in UTC.

createdAt: Date

Property Value

Date

expiryAt

The free trial expiration timestamp in UTC.

expiryAt: Date

Property Value

Date

percentageUsed

The percentage of the free trial quota used.

percentageUsed: number

Property Value

number

usedValue

The used value (e.g., used free execution minutes).

usedValue: number

Property Value

number