Sha256: 4a9ee70c96bd075241cc461485832c4df02e0d7fb5507bccb97a36518795abbb
Contents?: true
Size: 718 Bytes
Versions: 3
Compression:
Stored size: 718 Bytes
Contents
# Athenian::FilterEnvironmentsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account ID. | | | **repositories** | **Array** | | [optional] | | **date_from** | **Date** | Date from when to start looking for deployments. | | | **date_to** | **Date** | Date until which to look for deployments. | | | **timezone** | **Integer** | Local time zone offset in minutes, used to adjust `date_from` and `date_to`. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::FilterEnvironmentsRequest.new( account: null, repositories: null, date_from: null, date_to: null, timezone: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/FilterEnvironmentsRequest.md |
athenian-2.1.85 | docs/FilterEnvironmentsRequest.md |
athenian-2.1.81 | docs/FilterEnvironmentsRequest.md |