GetJobsJobIDJobRunHistoryResponse

@Serializable
data class GetJobsJobIDJobRunHistoryResponse(val pageItems: List<JobDetailHistoryDataSwagger>? = null, val totalFilteredRecords: Int? = null)

GetJobsJobIDJobRunHistoryResponse

Parameters

pageItems
totalFilteredRecords

Constructors

Link copied to clipboard
constructor(pageItems: List<JobDetailHistoryDataSwagger>? = null, totalFilteredRecords: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard