FeaturedContentMetadata Stay organized with collections Save and categorize content based on your preferences.
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). |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-22 UTC.