ReportMetadataSummary¶
-
class
oci.fleet_apps_management.models.ReportMetadataSummary(**kwargs)¶ Bases:
objectSummary information about a ReportMetadata.
Methods
__init__(**kwargs)Initializes a new ReportMetadataSummary object with values from keyword arguments. Attributes
column_metadataGets the column_metadata of this ReportMetadataSummary. default_order_clauseGets the default_order_clause of this ReportMetadataSummary. descriptionGets the description of this ReportMetadataSummary. filtersGets the filters of this ReportMetadataSummary. metricGets the metric of this ReportMetadataSummary. name[Required] Gets the name of this ReportMetadataSummary. -
__init__(**kwargs)¶ Initializes a new ReportMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ReportMetadataSummary.
- description (str) – The value to assign to the description property of this ReportMetadataSummary.
- default_order_clause (list[oci.fleet_apps_management.models.OrderClause]) – The value to assign to the default_order_clause property of this ReportMetadataSummary.
- column_metadata (list[oci.fleet_apps_management.models.ColumnMetadata]) – The value to assign to the column_metadata property of this ReportMetadataSummary.
- metric (str) – The value to assign to the metric property of this ReportMetadataSummary.
- filters (list[oci.fleet_apps_management.models.ReportFilter]) – The value to assign to the filters property of this ReportMetadataSummary.
-
column_metadata¶ Gets the column_metadata of this ReportMetadataSummary. Column Metadata.
Returns: The column_metadata of this ReportMetadataSummary. Return type: list[oci.fleet_apps_management.models.ColumnMetadata]
-
default_order_clause¶ Gets the default_order_clause of this ReportMetadataSummary. default order clause for reports.
Returns: The default_order_clause of this ReportMetadataSummary. Return type: list[oci.fleet_apps_management.models.OrderClause]
-
description¶ Gets the description of this ReportMetadataSummary. Description of report.
Returns: The description of this ReportMetadataSummary. Return type: str
-
filters¶ Gets the filters of this ReportMetadataSummary. metricMetadata.
Returns: The filters of this ReportMetadataSummary. Return type: list[oci.fleet_apps_management.models.ReportFilter]
-
metric¶ Gets the metric of this ReportMetadataSummary. Metric Name.
Returns: The metric of this ReportMetadataSummary. Return type: str
-
name¶ [Required] Gets the name of this ReportMetadataSummary. Name of Report.
Returns: The name of this ReportMetadataSummary. Return type: str
-