YoutubeDeleteSubscriptionsCommand constructor

YoutubeDeleteSubscriptionsCommand()

Implementation

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