Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.25 KB

ApplicationRep.md

File metadata and controls

33 lines (21 loc) · 1.25 KB

ApplicationRep

Properties

Name Type Description Notes
flags ApplicationFlagCollectionRep [optional]
access Access [optional]
links Map<String, Link> The location and content type of related resources [optional]
version Integer Version of the application [optional]
autoAdded Boolean 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.
creationDate Long [optional]
description String The application description [optional]
key String The unique identifier of this application
kind KindEnum To distinguish the kind of application
maintainer MaintainerRep [optional]
name String The name of the application

Enum: KindEnum

Name Value
BROWSER "browser"
MOBILE "mobile"
SERVER "server"