OpsiDataObjectsCollection¶
-
class
oci.opsi.models.
OpsiDataObjectsCollection
(**kwargs)¶ Bases:
object
Collection of OPSI data object summary objects.
Methods
__init__
(**kwargs)Initializes a new OpsiDataObjectsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OpsiDataObjectsCollection. -
__init__
(**kwargs)¶ Initializes a new OpsiDataObjectsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.OpsiDataObjectSummary]) – The value to assign to the items property of this OpsiDataObjectsCollection.
-
items
¶ [Required] Gets the items of this OpsiDataObjectsCollection. Array of OPSI data object summary objects.
Returns: The items of this OpsiDataObjectsCollection. Return type: list[oci.opsi.models.OpsiDataObjectSummary]
-