FastCommentsClient::CommentUserBadgeInfo
| Name |
Type |
Description |
Notes |
| id |
String |
|
|
| type |
Integer |
|
|
| description |
String |
|
|
| display_label |
String |
|
[optional] |
| display_src |
String |
|
[optional] |
| background_color |
String |
|
[optional] |
| border_color |
String |
|
[optional] |
| text_color |
String |
|
[optional] |
| css_class |
String |
|
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::CommentUserBadgeInfo.new(
id: null,
type: null,
description: null,
display_label: null,
display_src: null,
background_color: null,
border_color: null,
text_color: null,
css_class: null
)