PlaywrightWorkspaceFreeTrialProperties interface
Playwright workspace quota free trial properties.
Properties
| allocated |
The allocated limit value (e.g., allocated free execution minutes). |
| created |
The free trial creation timestamp in UTC. |
| expiry |
The free trial expiration timestamp in UTC. |
| percentage |
The percentage of the free trial quota used. |
| used |
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