Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.28 KB

ApplicationVersionRep.md

File metadata and controls

19 lines (14 loc) · 1.28 KB

ApplicationVersionRep

Properties

Name Type Description Notes
auto_added bool Whether the application version was automatically created, because it was included in a context when a LaunchDarkly SDK evaluated a feature flag, or if the application version was created through the LaunchDarkly UI or REST API.
key str The unique identifier of this application version
name str The name of this version
access Access [optional]
links {str: (Link,)} The location and content type of related resources [optional]
version int Version of the application version [optional]
creation_date int [optional]
supported bool Whether this version is supported. Only applicable if the application <code>kind</code> is <code>mobile</code>. [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]