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