Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.35 KB

ApplicationRep.md

File metadata and controls

22 lines (17 loc) · 1.35 KB

ApplicationRep

Properties

Name Type Description Notes
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.
key str The unique identifier of this application
kind str To distinguish the kind of application
name str The name of the application
flags ApplicationFlagCollectionRep [optional]
access Access [optional]
links {str: (Link,)} The location and content type of related resources [optional]
version int Version of the application [optional]
creation_date int [optional]
description str The application description [optional]
maintainer MaintainerRep [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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