Map<String, dynamic> toMap() { return <String, dynamic>{ 'logFormat': ?logFormat, 'maxAggregationInterval': ?maxAggregationInterval, 'trafficType': ?trafficType, }; }