OnvifGetMetadataConfigurations1MediaCommand constructor

OnvifGetMetadataConfigurations1MediaCommand()

Implementation

OnvifGetMetadataConfigurations1MediaCommand() {
  argParser
    ..addOption(
      'configuration-token',
      valueHelp: 'string',
      help:
          'Optional metadata configuration token that specifies an existing configuration that the options are intended for.',
    )
    ..addOption(
      'profile-token',
      valueHelp: 'string',
      help:
          'Optional ProfileToken that specifies an existing media profile that the options shall be compatible with.',
    );
}