Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.32 KB

FlagCopyConfigPost.md

File metadata and controls

16 lines (11 loc) · 1.32 KB

FlagCopyConfigPost

Properties

Name Type Description Notes
source FlagCopyConfigEnvironment
target FlagCopyConfigEnvironment
comment str Optional comment [optional]
included_actions [str] Optional list of the flag changes to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If you include neither, then all flag changes will be copied. [optional]
excluded_actions [str] Optional list of the flag changes NOT to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If you include neither, then all flag changes will be copied. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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