BatchTaskProfileCollection

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

Bases: object

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

Methods

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

Attributes

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

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

[Required] Gets the items of this BatchTaskProfileCollection. List of batch task profiles.

Returns:The items of this BatchTaskProfileCollection.
Return type:list[oci.batch.models.BatchTaskProfileSummary]