Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 613 Bytes

File metadata and controls

24 lines (17 loc) · 613 Bytes

ViewsMaintainerTeam

Properties

Name Type Description Notes
id string [default to undefined]
key string [default to undefined]
name string [default to undefined]

Example

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

const instance: ViewsMaintainerTeam = {
    id,
    key,
    name,
};

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