JobExecutionCollection

class oci.data_catalog.models.JobExecutionCollection(**kwargs)

Bases: object

Results of a job executions listing. Job executions are execution instances of a scheduled job.

Methods

__init__(**kwargs) Initializes a new JobExecutionCollection object with values from keyword arguments.

Attributes

count Gets the count of this JobExecutionCollection.
items [Required] Gets the items of this JobExecutionCollection.
__init__(**kwargs)

Initializes a new JobExecutionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • count (int) – The value to assign to the count property of this JobExecutionCollection.
  • items (list[oci.data_catalog.models.JobExecutionSummary]) – The value to assign to the items property of this JobExecutionCollection.
count

Gets the count of this JobExecutionCollection. Total number of items returned.

Returns:The count of this JobExecutionCollection.
Return type:int
items

[Required] Gets the items of this JobExecutionCollection. Collection of job executions.

Returns:The items of this JobExecutionCollection.
Return type:list[oci.data_catalog.models.JobExecutionSummary]