GetEnvironmentForks
Properties
Name | Type | Required | Description |
---|---|---|---|
data | GetEnvironmentForksData[] | ❌ | A list of the environment's forks. |
meta | GetEnvironmentForksMeta | ❌ | The response's meta information for paginated results. |
GetEnvironmentForksData
Information about the forked environment.
Properties
Name | Type | Required | Description |
---|---|---|---|
forkId | string | ❌ | The forked environment's unique ID. |
forkName | string | ❌ | The forked environment's label. |
createdAt | string | ❌ | The date and time at which the fork was created. |
createdBy | string | ❌ | The user who created the environment fork. |
updatedAt | string | ❌ | The date and time at which the fork was last updated. |
GetEnvironmentForksMeta
The response's meta information for paginated results.
Properties
Name | Type | Required | Description |
---|---|---|---|
total | number | ❌ | The total number of forked environments. |
nextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs