MacOrderCollection¶
-
class
oci.mngdmac.models.
MacOrderCollection
(**kwargs)¶ Bases:
object
Results of a MacOrder search. Contains both MacOrderSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new MacOrderCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MacOrderCollection. -
__init__
(**kwargs)¶ Initializes a new MacOrderCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.mngdmac.models.MacOrderSummary]) – The value to assign to the items property of this MacOrderCollection.
-
items
¶ [Required] Gets the items of this MacOrderCollection. List of MacOrders.
Returns: The items of this MacOrderCollection. Return type: list[oci.mngdmac.models.MacOrderSummary]
-