Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 792 Bytes

File metadata and controls

24 lines (17 loc) · 792 Bytes

MutableFieldsByStatusRep

Properties

Name Type Description Notes
not_started { [key: string]: Array<string>; } [optional] [default to undefined]
running { [key: string]: Array<string>; } [optional] [default to undefined]
stopped { [key: string]: Array<string>; } [optional] [default to undefined]

Example

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

const instance: MutableFieldsByStatusRep = {
    not_started,
    running,
    stopped,
};

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