Sha256: 334692d65a2228f33abdf585c1e0f420f0930b2db6cdcb880362acb31e8c735e
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 Bytes
Contents
# Athenian::PullRequestSetInclude ## 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\". | | | **deployments** | [**Hash<String, DeploymentNotification>**](DeploymentNotification.md) | Mapping deployment names to their details. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::PullRequestSetInclude.new( users: null, deployments: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/PullRequestSetInclude.md |
athenian-2.1.85 | docs/PullRequestSetInclude.md |
athenian-2.1.81 | docs/PullRequestSetInclude.md |