Sha256: 9ca342c85d7b70c586e300b137cb54ff426ac82c65e499a405676507c7af0271
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
# Athenian::FilterRepositoriesRequest ## 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] | | **exclude_inactive** | **Boolean** | Value indicating whether PRs without events in the given time frame shall be ignored as repository triggers. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::FilterRepositoriesRequest.new( account: null, date_from: null, date_to: null, timezone: null, _in: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"], exclude_inactive: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/FilterRepositoriesRequest.md |
athenian-2.1.85 | docs/FilterRepositoriesRequest.md |
athenian-2.1.81 | docs/FilterRepositoriesRequest.md |