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] |