TargetSummaryCollection

class oci.fleet_software_update.models.TargetSummaryCollection(**kwargs)

Bases: object

List of TargetSummary objects.

Methods

__init__(**kwargs) Initializes a new TargetSummaryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this TargetSummaryCollection.
__init__(**kwargs)

Initializes a new TargetSummaryCollection 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.TargetSummary]) – The value to assign to the items property of this TargetSummaryCollection.
items

[Required] Gets the items of this TargetSummaryCollection. List of TargetSummary entries.

Returns:The items of this TargetSummaryCollection.
Return type:list[oci.fleet_software_update.models.TargetSummary]