Sha256: 7120ea8a5d32b6d25346692ecfe1ca8fb3986b90672186802517fc985f32ccd5
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
# Athenian::DeveloperMetricsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_for** | [**Array<ForSetDevelopers>**](ForSetDevelopers.md) | Sets of developers and repositories to calculate the metrics for. | | | **metrics** | [**Array<DeveloperMetricID>**](DeveloperMetricID.md) | Requested metric identifiers. | | | **date_from** | **Date** | Date from when to start measuring the metrics. | | | **date_to** | **Date** | Date until which to measure the metrics. | | | **timezone** | **Integer** | Local time zone offset in minutes, used to adjust `date_from` and `date_to`. | [optional] | | **account** | **Integer** | Session account ID. | | | **granularities** | **Array<String>** | The splits of the specified time range. | | ## Example ```ruby require 'athenian' instance = Athenian::DeveloperMetricsRequest.new( _for: null, metrics: null, date_from: null, date_to: null, timezone: null, account: null, granularities: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/DeveloperMetricsRequest.md |
athenian-2.1.85 | docs/DeveloperMetricsRequest.md |
athenian-2.1.81 | docs/DeveloperMetricsRequest.md |