YoutubeDeleteBroadcastCommand constructor

YoutubeDeleteBroadcastCommand()

Implementation

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