ReportMetadataCollection

class oci.fleet_apps_management.models.ReportMetadataCollection(**kwargs)

Bases: object

Results of a run report .

Methods

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

Attributes

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

Initializes a new ReportMetadataCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.fleet_apps_management.models.ReportMetadataSummary]) – The value to assign to the items property of this ReportMetadataCollection.
items

[Required] Gets the items of this ReportMetadataCollection. List of ReportMetadata.

Returns:The items of this ReportMetadataCollection.
Return type:list[oci.fleet_apps_management.models.ReportMetadataSummary]