JobCollection

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

Bases: object

A collection of job objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this JobCollection. A list of JobSummary objects.

Returns:The items of this JobCollection.
Return type:list[oci.database_management.models.JobSummary]