Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 883 Bytes

File metadata and controls

13 lines (10 loc) · 883 Bytes

LaunchDarkly.Api.Model.FeatureFlagCopyBody

Properties

Name Type Description Notes
Source FeatureFlagCopyObject [optional]
Target FeatureFlagCopyObject [optional]
Comment string comment will be included in audit log item for change. [optional]
IncludedActions List<CopyActions> Define the parts of the flag configuration that will be copied. [optional]
ExcludedActions List<CopyActions> Define the parts of the flag configuration that will not be copied. [optional]

[Back to Model list] [Back to API list] [Back to README]