Sha256: 8954de468c58c5260251749f228a523f9c9582b1bf6f28322826a7f6a1055419
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
# Athenian::FilterContributorsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Session account ID. | | | **date_from** | **Date** | Updates must be later than or equal to this date. An update is any action that influences the stage assignment. | | | **date_to** | **Date** | Updates must be earlier than or equal to this date. An update is any action that influences the stage assignment. | | | **timezone** | **Integer** | Local time zone offset in minutes, used to adjust `date_from` and `date_to`. | [optional] | | **_in** | **Array<String>** | Set of repositories. An empty list raises a bad response 400. Duplicates are automatically ignored. | [optional] | | **as** | **Array<String>** | Filter by contribution type. A `null` or an empty list select all. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::FilterContributorsRequest.new( account: null, date_from: null, date_to: null, timezone: null, _in: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"], as: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/FilterContributorsRequest.md |
athenian-2.1.85 | docs/FilterContributorsRequest.md |
athenian-2.1.81 | docs/FilterContributorsRequest.md |