JobCollection

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

Bases: object

Results of a jobs listing. Jobs are scheduled instances of a job definition.

Methods

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

Attributes

count Gets the count of this JobCollection.
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:
  • count (int) – The value to assign to the count property of this JobCollection.
  • items (list[oci.data_catalog.models.JobSummary]) – The value to assign to the items property of this JobCollection.
count

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

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

[Required] Gets the items of this JobCollection. Collection of jobs.

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