BatchContextCollection¶
-
class
oci.batch.models.BatchContextCollection(**kwargs)¶ Bases:
objectResults of a batch context search. Contains both batch context summary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new BatchContextCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this BatchContextCollection. -
__init__(**kwargs)¶ Initializes a new BatchContextCollection 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.BatchContextSummary]) – The value to assign to the items property of this BatchContextCollection.
-
items¶ [Required] Gets the items of this BatchContextCollection. List of batch contexts.
Returns: The items of this BatchContextCollection. Return type: list[oci.batch.models.BatchContextSummary]
-