ReportCollection¶
-
class
oci.marketplace.models.
ReportCollection
(**kwargs)¶ Bases:
object
A collection of reports that match the parameters of the request.
Methods
__init__
(**kwargs)Initializes a new ReportCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ReportCollection. -
__init__
(**kwargs)¶ Initializes a new ReportCollection 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.ReportSummary]) – The value to assign to the items property of this ReportCollection.
-
items
¶ [Required] Gets the items of this ReportCollection. An array of reports.
Returns: The items of this ReportCollection. Return type: list[oci.marketplace.models.ReportSummary]
-