ReportTypeCollection

class oci.marketplace.models.ReportTypeCollection(**kwargs)

Bases: object

A collection of report types.

Methods

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

Attributes

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

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

[Required] Gets the items of this ReportTypeCollection. An array of report types.

Returns:The items of this ReportTypeCollection.
Return type:list[oci.marketplace.models.ReportTypeSummary]