factory StartJobRunResponse.fromJson(Map<String, dynamic> json) { return StartJobRunResponse( jobRunId: json['JobRunId'] as String?, ); }