Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 892 Bytes

File metadata and controls

34 lines (28 loc) · 892 Bytes

FastCommentsClient::HeaderAccountNotification

Properties

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

Example

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
)