MetadataConfiguration constructor
      
      MetadataConfiguration({ 
    
    
- required String token,
- required String name,
- int? useCount,
- String? compressionType,
- bool? geoLocation,
- bool? shapePolygon,
- PtzFilter? ptzStatus,
- Events? events,
- bool? analytics,
- MulticastConfiguration? multicast,
- String? sessionTimeout,
- Map<String, dynamic> ? analyticsEngineConfiguration,
- Map<String, dynamic> ? extension,
Implementation
MetadataConfiguration({
  required this.token,
  required this.name,
  this.useCount,
  this.compressionType,
  this.geoLocation,
  this.shapePolygon,
  this.ptzStatus,
  this.events,
  this.analytics,
  this.multicast,
  this.sessionTimeout,
  this.analyticsEngineConfiguration,
  this.extension,
});