| 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 |
| Name | Value |
|---|---|
| BROWSER | "browser" |
| MOBILE | "mobile" |
| SERVER | "server" |