Sha256: 5f6cdc723c5eea895aa06b4e240e2ada5670909e30a6bc8bfa2ffc710cf754b4

Contents?: true

Size: 599 Bytes

Versions: 3

Compression:

Stored size: 599 Bytes

Contents

# Athenian::JIRALabel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **title** | **String** |  |  |
| **last_used** | **Time** | When this label was last assigned to an issue. |  |
| **issues_count** | **Integer** | In how many issues (in the specified time interval) this label was used. |  |
| **kind** | **String** | Label kind - \"Label\", \"Component\", etc. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::JIRALabel.new(
  title: null,
  last_used: null,
  issues_count: null,
  kind: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/JIRALabel.md
athenian-2.1.85 docs/JIRALabel.md
athenian-2.1.81 docs/JIRALabel.md