Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.03 KB

File metadata and controls

24 lines (16 loc) · 1.03 KB

ExpandedFlag

Flag representation for Views API - contains only fields actually used by the Views service

Properties

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]