# 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 ) ```