FastCommentsClient::HeaderAccountNotification
| Name |
Type |
Description |
Notes |
| _id |
String |
|
|
| title |
String |
|
|
| message |
String |
|
|
| messages_by_locale |
Hash<String, String> |
Construct a type with a set of properties K of type T |
|
| dates |
Hash<String, String> |
Construct a type with a set of properties K of type T |
|
| severity |
String |
|
|
| link_url |
String |
|
|
| link_text |
String |
|
|
| created_at |
Time |
|
|
require 'fastcomments-client'
instance = FastCommentsClient::HeaderAccountNotification.new(
_id: null,
title: null,
message: null,
messages_by_locale: null,
dates: null,
severity: null,
link_url: null,
link_text: null,
created_at: null
)