RepositoryMetricAggregation¶
-
class
oci.devops.models.
RepositoryMetricAggregation
(**kwargs)¶ Bases:
object
The set of aggregated data returned for repository analytics.
Methods
__init__
(**kwargs)Initializes a new RepositoryMetricAggregation object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RepositoryMetricAggregation. -
__init__
(**kwargs)¶ Initializes a new RepositoryMetricAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.devops.models.RepositoryMetricSummary]) – The value to assign to the items property of this RepositoryMetricAggregation.
-
items
¶ [Required] Gets the items of this RepositoryMetricAggregation. The metric data.
Returns: The items of this RepositoryMetricAggregation. Return type: list[oci.devops.models.RepositoryMetricSummary]
-