factory GetLogMetricRequest.fromJson(Map<String, dynamic> json) { return GetLogMetricRequest(metricName: json['metricName'] ?? ''); }