IngestAddmReportsDetails¶
-
class
oci.opsi.models.
IngestAddmReportsDetails
(**kwargs)¶ Bases:
object
Collection of Addm reports
Methods
__init__
(**kwargs)Initializes a new IngestAddmReportsDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this IngestAddmReportsDetails. -
__init__
(**kwargs)¶ Initializes a new IngestAddmReportsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.AddmReport]) – The value to assign to the items property of this IngestAddmReportsDetails.
-
items
¶ [Required] Gets the items of this IngestAddmReportsDetails. List of Addm reports
Returns: The items of this IngestAddmReportsDetails. Return type: list[oci.opsi.models.AddmReport]
-