YoutubeDeleteStreamCommand constructor

YoutubeDeleteStreamCommand()

Implementation

YoutubeDeleteStreamCommand() {
  argParser.addOption('id',
      mandatory: true,
      valueHelp: 'id',
      help:
          'The id parameter specifies the YouTube live stream ID for the resource that is being deleted.');
}