CustomerInstanceReportRecordCollection

class oci.marketplace_publisher.models.CustomerInstanceReportRecordCollection(**kwargs)

Bases: object

Customer instance report

Methods

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

Attributes

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

Initializes a new CustomerInstanceReportRecordCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.marketplace_publisher.models.CustomerInstanceReportRecord]) – The value to assign to the items property of this CustomerInstanceReportRecordCollection.
items

[Required] Gets the items of this CustomerInstanceReportRecordCollection. List of customer instance report records.

Returns:The items of this CustomerInstanceReportRecordCollection.
Return type:list[oci.marketplace_publisher.models.CustomerInstanceReportRecord]