JobStatusResponse

constructor(jobType: String, organizationId: String? = null, createdById: String? = null, inputParams: Map<String, JsonElement> = emptyMap(), metadata: Map<String, JsonElement>? = null, id: String, status: String, progressPercent: Int = 0, progressCurrent: Int = 0, progressTotal: Int = 0, progressMessage: String? = null, createdAt: String? = null, startedAt: String? = null, completedAt: String? = null, updatedAt: String? = null, resultData: PickTicketResultData? = null, errorDetails: Map<String, JsonElement>? = null)