FsuActionSummaryCollection¶
-
class
oci.fleet_software_update.models.
FsuActionSummaryCollection
(**kwargs)¶ Bases:
object
List of FsuActionSummary objects.
Methods
__init__
(**kwargs)Initializes a new FsuActionSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FsuActionSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new FsuActionSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_software_update.models.FsuActionSummary]) – The value to assign to the items property of this FsuActionSummaryCollection.
-
items
¶ [Required] Gets the items of this FsuActionSummaryCollection. List of FsuActionSummary entries.
Returns: The items of this FsuActionSummaryCollection. Return type: list[oci.fleet_software_update.models.FsuActionSummary]
-