ReportDefinitionCollection¶
-
class
oci.data_safe.models.
ReportDefinitionCollection
(**kwargs)¶ Bases:
object
Collection of report definition objects.
Methods
__init__
(**kwargs)Initializes a new ReportDefinitionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ReportDefinitionCollection. -
__init__
(**kwargs)¶ Initializes a new ReportDefinitionCollection 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.ReportDefinitionSummary]) – The value to assign to the items property of this ReportDefinitionCollection.
-
items
¶ [Required] Gets the items of this ReportDefinitionCollection. Array of report definition summary.
Returns: The items of this ReportDefinitionCollection. Return type: list[oci.data_safe.models.ReportDefinitionSummary]
-