FeaturedContentMetadata

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

string

Required. Unique identifier of the featured content.

displayName

string

Output only. The display name of the featured content.

createTime

string (Timestamp format)

Output only. Timestamp indicating when the item was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. Timestamp indicating when the item was updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

author

string

Output only. Content item author full name.

certified

boolean

Output only. Determine if this content item is officially certified by Google or created by the community.

description

string

Output only. The description of the content item.

categories[]

string

Output only. Categories the content is associated with.

version

string

Output only. Featured content version (Major.Minor.Patch).