FeaturedContentMetadata holds metadata about the Featured Content.
| JSON representation | 
|---|
| { "id" : string , "displayName" : string , "createTime" : string , "updateTime" : string , "author" : string , "certified" : boolean , "description" : string , "categories" : [ string ] , "version" : string } | 
| Fields | |
|---|---|
| id |   Required. Unique identifier of the featured content. | 
| displayName |   Output only. The display name of the featured content. | 
| createTime |   Output only. Timestamp indicating when the item was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime |   Output only. Timestamp indicating when the item was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| author |   Output only. Content item author full name. | 
| certified |   Output only. Determine if this content item is officially certified by Google or created by the community. | 
| description |   Output only. The description of the content item. | 
| categories[] |   Output only. Categories the content is associated with. | 
| version |   Output only. Featured content version (Major.Minor.Patch). | 

