# 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 ) ```