github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/EnvironmentPost.md (about)

     1  # EnvironmentPost
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Name** | **string** | The name of the new environment. | [default to null]
     7  **Key** | **string** | A project-unique key for the new environment. | [default to null]
     8  **Color** | **string** | A color swatch (as an RGB hex value with no leading '#', e.g. C8C8C8). | [default to null]
     9  **DefaultTtl** | **float32** | The default TTL for the new environment. | [optional] [default to null]
    10  **SecureMode** | **bool** | Determines whether the environment is in secure mode. | [optional] [default to null]
    11  **DefaultTrackEvents** | **bool** | Set to true to send detailed event information for newly created flags. | [optional] [default to null]
    12  **Tags** | **[]string** | An array of tags for this environment. | [optional] [default to null]
    13  **RequireComments** | **bool** | Determines if this environment requires comments for flag and segment changes. | [optional] [default to null]
    14  **ConfirmChanges** | **bool** | Determines if this environment requires confirmation for flag and segment changes. | [optional] [default to null]
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18