Sha256: 57354440ca74ad6b746b8890ad17609b6d22846a5959b3c4016affa1a5dfd41a
Contents?: true
Size: 680 Bytes
Versions: 3
Compression:
Stored size: 680 Bytes
Contents
# 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 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/FilteredDeploymentsInclude.md |
athenian-2.1.85 | docs/FilteredDeploymentsInclude.md |
athenian-2.1.81 | docs/FilteredDeploymentsInclude.md |