ReportCollection¶
-
class
oci.data_safe.models.
ReportCollection
(**kwargs)¶ Bases:
object
Collection of report summary.
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.data_safe.models.ReportSummary]) – The value to assign to the items property of this ReportCollection.
-
items
¶ [Required] Gets the items of this ReportCollection. Array of report summary.
Returns: The items of this ReportCollection. Return type: list[oci.data_safe.models.ReportSummary]
-