Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.18 KB

ProjectRep.md

File metadata and controls

18 lines (15 loc) · 1.18 KB

# ProjectRep

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_id string The ID of this project
key string The key of this project
include_in_snippet_by_default bool Whether or not flags created in this project are made available to the client-side JavaScript SDK by default
default_client_side_availability \LaunchDarklyApi\Model\ClientSideAvailability [optional]
name string A human-friendly name for the project
_access \LaunchDarklyApi\Model\Access [optional]
tags string[] A list of tags for the project
default_release_pipeline_key string The key of the default release pipeline for this project [optional]
environments \LaunchDarklyApi\Model\Environment[] A list of environments for the project

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