Sha256: 04fa39f2349aad264bde4a48565487a9c035ee56d91026a095e22002433c2dd4
Contents?: true
Size: 582 Bytes
Versions: 3
Compression:
Stored size: 582 Bytes
Contents
# Athenian::GetJIRAIssuesResponseInclude ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **github_users** | [**Hash<String, IncludedNativeUser>**](IncludedNativeUser.md) | Mapping with details of the GitHub users mentioned in the linked pull requests. | [optional] | | **jira_users** | [**Array<JIRAUser>**](JIRAUser.md) | Mentioned users in the returned isssues. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::GetJIRAIssuesResponseInclude.new( github_users: null, jira_users: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/GetJIRAIssuesResponseInclude.md |
athenian-2.1.85 | docs/GetJIRAIssuesResponseInclude.md |
athenian-2.1.81 | docs/GetJIRAIssuesResponseInclude.md |