Sha256: c1aab67077f1f062f80697ff012ac321fde1fb6ad1cf5b2b2f6ff9596f19c8c9
Contents?: true
Size: 550 Bytes
Versions: 3
Compression:
Stored size: 550 Bytes
Contents
# Athenian::JIRAEpicAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **project** | **String** | Identifier of the project where this epic exists. | | | **children** | [**Array<JIRAEpicChild>**](JIRAEpicChild.md) | Details about the child issues. | [optional] | | **prs** | **Integer** | Overall number of mapped pull requests (including the children). | | ## Example ```ruby require 'athenian' instance = Athenian::JIRAEpicAllOf.new( project: null, children: null, prs: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/JIRAEpicAllOf.md |
athenian-2.1.85 | docs/JIRAEpicAllOf.md |
athenian-2.1.81 | docs/JIRAEpicAllOf.md |