type property

List<ResultType>? type
final

The type parameter restricts a search query to only retrieve a particular type of resource. The value is a comma-separated list of resource types. The default value is video,channel,playlist.

string

Acceptable values are:

  • channel
  • playlist
  • video

Implementation

final List<ResultType>? type;