Spark Job Response
constructor(archives: List<String>? = null, args: String? = null, codeId: String, componentId: String? = null, computeId: String? = null, conf: Map<String, String>? = null, description: String? = null, displayName: String? = null, entry: Either<SparkJobPythonEntryResponse, SparkJobScalaEntryResponse>, environmentId: String? = null, environmentVariables: Map<String, String>? = null, experimentName: String? = null, files: List<String>? = null, identity: Any? = null, inputs: Map<String, Any>? = null, isArchived: Boolean? = null, jars: List<String>? = null, jobType: String, notificationSetting: NotificationSettingResponse? = null, outputs: Map<String, Any>? = null, properties: Map<String, String>? = null, pyFiles: List<String>? = null, queueSettings: QueueSettingsResponse? = null, resources: SparkResourceConfigurationResponse? = null, services: Map<String, JobServiceResponse>? = null, status: String, tags: Map<String, String>? = null)