Name | Type | Description | Notes |
---|---|---|---|
key | kotlin.String | A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment. | |
name | kotlin.String | The name of the environment | |
description | kotlin.String | an optional longer description of the environment | [optional] |
customBranchName | kotlin.String | when using gitops feature, an optional branch name for the environment | [optional] |