Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.17 KB

ApplicationRep.md

File metadata and controls

32 lines (19 loc) · 1.17 KB

LaunchDarklyApi.ApplicationRep

Properties

Name Type Description Notes
flags ApplicationFlagCollectionRep [optional]
access Access [optional]
links {String: Link} The location and content type of related resources [optional]
version Number 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 Number [optional]
description String The application description [optional]
key String The unique identifier of this application
kind String To distinguish the kind of application
maintainer MaintainerRep [optional]
name String The name of the application

Enum: KindEnum

  • browser (value: "browser")

  • mobile (value: "mobile")

  • server (value: "server")