JobOutputsCollection¶
-
class
oci.resource_manager.models.
JobOutputsCollection
(**kwargs)¶ Bases:
object
The list of outputs associated with a job.
Methods
__init__
(**kwargs)Initializes a new JobOutputsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this JobOutputsCollection. -
__init__
(**kwargs)¶ Initializes a new JobOutputsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.resource_manager.models.JobOutputSummary]) – The value to assign to the items property of this JobOutputsCollection.
-
items
¶ [Required] Gets the items of this JobOutputsCollection. A list of output summaries.
Returns: The items of this JobOutputsCollection. Return type: list[oci.resource_manager.models.JobOutputSummary]
-