Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 859 Bytes

File metadata and controls

24 lines (17 loc) · 859 Bytes

LayerPatchInput

Properties

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]

Example

import { LayerPatchInput } from 'launchdarkly-api-typescript';

const instance: LayerPatchInput = {
    comment,
    environmentKey,
    instructions,
};

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