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

     1  # Environment
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
     7  **Id** | **string** | The unique resource id. | [optional] [default to null]
     8  **Key** | **string** | The key for the environment. | [optional] [default to null]
     9  **Name** | **string** | The name of the environment. | [optional] [default to null]
    10  **ApiKey** | **string** | The SDK key for backend LaunchDarkly SDKs. | [optional] [default to null]
    11  **MobileKey** | **string** | The SDK key for mobile LaunchDarkly SDKs. | [optional] [default to null]
    12  **Color** | **string** | The swatch color for the environment. | [optional] [default to null]
    13  **DefaultTtl** | **float32** | The default TTL. | [optional] [default to null]
    14  **SecureMode** | **bool** | Determines if this environment is in safe mode. | [optional] [default to null]
    15  **DefaultTrackEvents** | **bool** | Set to true to send detailed event information for new flags. | [optional] [default to null]
    16  **Tags** | **[]string** | An array of tags for this environment. | [optional] [default to null]
    17  **RequireComments** | **bool** | Determines if this environment requires comments for flag and segment changes. | [optional] [default to null]
    18  **ConfirmChanges** | **bool** | Determines if this environment requires confirmation for flag and segment changes. | [optional] [default to null]
    19  **ApprovalSettings** | [***EnvironmentApprovalSettings**](Environment_approvalSettings.md) |  | [optional] [default to null]
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23