lib / com.kirkbushman.araw.models / Flair / <init>

<init>

Flair(@Json("id") id: String, @Json("allowable_content") allowableContent: String, @Json("background_color") backgroundColor: String, @Json("css_class") cssClass: String, @Json("text") text: String, @Json("text_color") textColor: String, @Json("text_editable") textEditable: Boolean, @Json("type") type: String)