items property

List<VideoCategory>? items
getter/setter pair

A list of video categories that can be associated with YouTube videos.

In this map, the video category ID is the map key, and its value is the corresponding videoCategory resource.

Implementation

core.List<VideoCategory>? items;