ReportSummary¶
-
class
oci.fleet_apps_management.models.ReportSummary(**kwargs)¶ Bases:
objectSummary information about a Report.
Methods
__init__(**kwargs)Initializes a new ReportSummary object with values from keyword arguments. Attributes
item[Required] Gets the item of this ReportSummary. -
__init__(**kwargs)¶ Initializes a new ReportSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: item (list[str]) – The value to assign to the item property of this ReportSummary.
-
item¶ [Required] Gets the item of this ReportSummary. Data points.
Returns: The item of this ReportSummary. Return type: list[str]
-