JobExecutionCollection

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

Bases: object

A collection of job execution objects.

Methods

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

Attributes

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:items (list[oci.database_management.models.JobExecutionSummary]) – The value to assign to the items property of this JobExecutionCollection.
items

[Required] Gets the items of this JobExecutionCollection. A list of JobExecutionSummary objects.

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