Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.13 KB

File metadata and controls

24 lines (19 loc) · 1.13 KB

ProjectDeploymentRule

Properties

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]

[Back to Model list] [Back to API list] [Back to README]