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

     1  # FeatureFlagCopyBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Source** | [***FeatureFlagCopyObject**](FeatureFlagCopyObject.md) |  | [optional] [default to null]
     7  **Target** | [***FeatureFlagCopyObject**](FeatureFlagCopyObject.md) |  | [optional] [default to null]
     8  **Comment** | **string** | comment will be included in audit log item for change. | [optional] [default to null]
     9  **IncludedActions** | [**[]CopyActions**](CopyActions.md) | Define the parts of the flag configuration that will be copied. | [optional] [default to null]
    10  **ExcludedActions** | [**[]CopyActions**](CopyActions.md) | Define the parts of the flag configuration that will not be copied. | [optional] [default to null]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14