Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'reporting_interval_ms'] = this.reportingIntervalMs; return json; }