YoutubeDeleteVideosCommand constructor

YoutubeDeleteVideosCommand()

Implementation

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