items property
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;
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.
core.List<VideoCategory>? items;