# ProjectMetadata
## Properties
**created_at** | **String** | The Project's Creation Date |
**environment** | **String** | The environment of the project. prod Production dev Development |
**hosts** | **Vec<String>** | |
**id** | **String** | The project's ID. | [readonly]
**name** | **String** | The project's name if set |
**slug** | Option<**String**> | The project's slug | [optional][readonly]
**state** | **String** | The state of the project. running Running halted Halted deleted Deleted |
**subscription_id** | Option<**String**> | | [optional]
**subscription_plan** | Option<**String**> | | [optional]
**updated_at** | **String** | Last Time Project was Updated |
**workspace_id** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)