Sha256: 355120b4515b2679457bc81192719f33c23d72c5a0aa10decddfbd45d6503712
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# Athenian::CalculatedDeveloperMetrics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **calculated** | [**Array<CalculatedDeveloperMetricsItem>**](CalculatedDeveloperMetricsItem.md) | Values of the requested metrics by developer through time. | | | **metrics** | [**Array<DeveloperMetricID>**](DeveloperMetricID.md) | Repeats `DeveloperMetricsRequest.metrics`. | | | **date_from** | **Date** | Repeats `DeveloperMetricsRequest.date_from`. | | | **date_to** | **Date** | Repeats `DeveloperMetricsRequest.date_to`. | | | **timezone** | **Integer** | Local time zone offset in minutes, used to adjust `date_from` and `date_to`. | [optional] | | **granularities** | **Array<String>** | The splits of the specified time range. | | ## Example ```ruby require 'athenian' instance = Athenian::CalculatedDeveloperMetrics.new( calculated: null, metrics: null, date_from: null, date_to: null, timezone: null, granularities: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/CalculatedDeveloperMetrics.md |
athenian-2.1.85 | docs/CalculatedDeveloperMetrics.md |
athenian-2.1.81 | docs/CalculatedDeveloperMetrics.md |