Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 490 Bytes

File metadata and controls

26 lines (20 loc) · 490 Bytes

FastCommentsClient::TenantHashTag

Properties

Name Type Description Notes
_id String
created_at Time
tenant_id String
tag String
url String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::TenantHashTag.new(
  _id: null,
  created_at: null,
  tenant_id: null,
  tag: null,
  url: null
)