Sha256: 5479454e354f1db8df198824db00569472ee5c4a16dcd657569b526ae17c796b

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 Bytes

Contents

# Athenian::FilteredLabel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** |  |  |
| **description** | **String** |  | [optional] |
| **color** | **String** | RGB 24-bit color in hex. |  |
| **used_prs** | **Integer** |  |  |

## Example

```ruby
require 'athenian'

instance = Athenian::FilteredLabel.new(
  name: null,
  description: null,
  color: null,
  used_prs: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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