BatchTaskCollection

class oci.batch.models.BatchTaskCollection(**kwargs)

Bases: object

Results of a batch task search. Contains both batch task summary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.batch.models.BatchTaskSummary]) – The value to assign to the items property of this BatchTaskCollection.
items

[Required] Gets the items of this BatchTaskCollection. List of batch task summaries.

Returns:The items of this BatchTaskCollection.
Return type:list[oci.batch.models.BatchTaskSummary]