Sha256: 9d97481dfd2e04aec9b3e3b47d4804b1cc9eb1c91944c9ebe599f99ea8fb1008

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

# Athenian::PullRequestLabel

## Properties

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

## Example

```ruby
require 'athenian'

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

Version data entries

3 entries across 3 versions & 1 rubygems

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