# Athenian::FilteredDeploymentsInclude ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **users** | [**Hash<String, IncludedNativeUser>**](IncludedNativeUser.md) | Mapping user native (e.g., GitHub) login ID -> user details. The users are mentioned in the PRs from \"PullRequestSet.data\" or in the commits from \"FilterCommitsRequest.data\". | | | **jira** | [**Hash<String, LinkedJIRAIssue>**](LinkedJIRAIssue.md) | Mapping JIRA issue ID -> details. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::FilteredDeploymentsInclude.new( users: null, jira: null ) ```