| Name |
Type |
Description |
Notes |
| comment |
string |
Optional comment describing the update |
[optional] [default to undefined] |
| environmentKey |
string |
The environment key used for making environment specific updates. For example, updating the reservation of an experiment |
[optional] [default to undefined] |
| instructions |
Array<{ [key: string]: any; }> |
|
[default to undefined] |
import { LayerPatchInput } from 'launchdarkly-api-typescript';
const instance: LayerPatchInput = {
comment,
environmentKey,
instructions,
};
[Back to Model list] [Back to API list] [Back to README]