JobRunCollection

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

Bases: object

A collection of job run objects.

Methods

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

Attributes

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

Initializes a new JobRunCollection 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.JobRunSummary]) – The value to assign to the items property of this JobRunCollection.
items

[Required] Gets the items of this JobRunCollection. A list of JobRunSummary objects.

Returns:The items of this JobRunCollection.
Return type:list[oci.database_management.models.JobRunSummary]