factory CloudWatchDashboard.fromJson(Map<String, dynamic> json) { return CloudWatchDashboard( name: json['Name'] as String?, ); }