Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

CreateEnvironmentDto.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

CreateEnvironmentDto

Properties

Name Type Description Notes
Name string A unique display name [default to null]
Key string Unique Environment identifier, can be used in the SDK / API to reference by key rather than ID. Must only contain lower-case characters and `_` or `-`. [default to null]
Description string Environment description. [optional] [default to null]
Color string Environment display color, used to highlight different environments on the dashboard. Must use Hex color code. [optional] [default to null]
Type_ string The environment type [default to null]
Settings *AllOfCreateEnvironmentDtoSettings Environment based settings [optional] [default to null]

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