Properties
Name | Type | Required | Description |
---|---|---|---|
Data | List<GetEnvironmentForksData> |
❌ | A list of the environment's forks. |
Meta | GetEnvironmentForksMeta | ❌ | The response's meta information for paginated results. |
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. |
The response's meta information for paginated results.
Properties
Name | Type | Required | Description |
---|---|---|---|
Total | double | ❌ | The total number of forked environments. |
NextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |