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