-
-
Notifications
You must be signed in to change notification settings - Fork 0
BaseStructure
Calculus edited this page Mar 1, 2024
·
3 revisions
The base structure for all builder objects.
.id : string
The object ID.
.createdAt : Date | null • readonly
The date at which the object was created.
.createdTimestamp : number | null • readonly
The timestamp for when the object was created.
.updatedAt : Date | null • readonly
The date at which the object was last updated.
.updatedTimestamp : number | null • readonly
The timestamp for when the object was last updated.
Fetch this object.
| Name | Type | Optional |
|---|---|---|
| force | boolean | Yes |
A powerful library for interacting with the AntiLand API