Flag representation for Views API - contains only fields actually used by the Views service
| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | A unique key used to reference the flag | |
| name | String | A human-friendly name for the flag | |
| description | String | Description of the flag | [optional] |
| creationDate | Long | Creation date in milliseconds | [optional] |
| version | Integer | Version of the flag | [optional] |
| archived | Boolean | Whether the flag is archived | [optional] |
| tags | List<String> | Tags for the flag | [optional] |
| temporary | Boolean | Whether the flag is temporary | [optional] |
| includeInSnippet | Boolean | Whether to include in snippet | [optional] |
| maintainer | ExpandedFlagMaintainer | [optional] | |
| links | ParentAndSelfLinks | [optional] |