| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Flair ID to pass as flairId in platformSpecificData | [optional] |
| text | String | Flair display text | [optional] |
| text_color | String | Text color: 'dark' or 'light' | [optional] |
| background_color | String | Background hex color (e.g. '#ff4500') | [optional] |
require 'zernio-sdk'
instance = Zernio::GetRedditFlairs200ResponseFlairsInner.new(
id: null,
text: null,
text_color: null,
background_color: null
)