Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.25 KB

ApplicationRep.md

File metadata and controls

19 lines (16 loc) · 1.25 KB

# ApplicationRep

Properties

Name Type Description Notes
flags \LaunchDarklyApi\Model\ApplicationFlagCollectionRep [optional]
_access \LaunchDarklyApi\Model\Access [optional]
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources [optional]
_version int Version of the application [optional]
auto_added bool Whether the application was automatically created because it was included in a context when a LaunchDarkly SDK evaluated a feature flag, or was created through the LaunchDarkly UI or REST API.
creation_date int [optional]
description string The application description [optional]
key string The unique identifier of this application
kind string To distinguish the kind of application
_maintainer \LaunchDarklyApi\Model\MaintainerRep [optional]
name string The name of the application

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