| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | [readonly] | |
| created_at | String | [readonly] | |
| updated_at | Option<String> | [optional][readonly] | |
| name | String | name is case insensitive | |
| description | Option<String> | [optional] | |
| mode | models::EnvironmentModeEnum | ||
| cluster_id | uuid::Uuid | ||
| auto_stop | Option<bool> | [optional][default to false] | |
| timezone | String | ||
| start_time | String | ||
| stop_time | String | ||
| weekdays | Vecmodels::WeekdayEnum | ||
| wildcard | String | wildcard pattern composed of '?' and/or '*' used to target new created environments | [default to ] |
| priority_index | Option<i32> | used to select the first deployment rule to match new created environments | [optional] |