YoutubeDeletePlaylistsCommand constructor

YoutubeDeletePlaylistsCommand()

Implementation

YoutubeDeletePlaylistsCommand() {
  argParser.addOption('id',
      mandatory: true,
      valueHelp: 'id',
      help:
          'The id parameter specifies the YouTube playlist ID for the playlist that is being deleted. In a playlist resource, the id property specifies the playlist\'s ID.');
}