videoCategoryItems property

  1. @JsonKey(name: 'items')
List<VideoCategory>? videoCategoryItems
final

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

@JsonKey(name: 'items')
final List<VideoCategory>? videoCategoryItems;