ComplianceRecordAggregationCollection

class oci.fleet_apps_management.models.ComplianceRecordAggregationCollection(**kwargs)

Bases: object

An array of ComplianceRecord objects

Methods

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

Attributes

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

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

[Required] Gets the items of this ComplianceRecordAggregationCollection. List of ComplianceRecordAggregation objects.

Returns:The items of this ComplianceRecordAggregationCollection.
Return type:list[oci.fleet_apps_management.models.ComplianceRecordAggregation]