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

     1  # FeatureFlagBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Name** | **string** | A human-friendly name for the feature flag. Remember to note if this flag is intended to be temporary or permanent. | [default to null]
     7  **Key** | **string** | A unique key that will be used to reference the flag in your code. | [default to null]
     8  **Description** | **string** | A description of the feature flag. | [optional] [default to null]
     9  **Variations** | [**[]Variation**](Variation.md) | An array of possible variations for the flag. | [default to null]
    10  **Temporary** | **bool** | Whether or not the flag is a temporary flag. | [optional] [default to null]
    11  **Tags** | **[]string** | Tags for the feature flag. | [optional] [default to null]
    12  **IncludeInSnippet** | **bool** | Whether or not this flag should be made available to the client-side JavaScript SDK. | [optional] [default to null]
    13  **ClientSideAvailability** | [***ClientSideAvailability**](ClientSideAvailability.md) |  | [optional] [default to null]
    14  **Defaults** | [***Defaults**](Defaults.md) |  | [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