Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 666 Bytes

File metadata and controls

24 lines (18 loc) · 666 Bytes

Zernio::GetRedditFlairs200ResponseFlairsInner

Properties

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]

Example

require 'zernio-sdk'

instance = Zernio::GetRedditFlairs200ResponseFlairsInner.new(
  id: null,
  text: null,
  text_color: null,
  background_color: null
)