Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 796 Bytes

File metadata and controls

26 lines (19 loc) · 796 Bytes

ProjectSummary

Properties

Name Type Description Notes
_id string The ID of this project [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [default to undefined]
key string The project key [default to undefined]
name string The project name [default to undefined]

Example

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

const instance: ProjectSummary = {
    _id,
    _links,
    key,
    name,
};

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