Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

File metadata and controls

22 lines (16 loc) · 408 Bytes

FastCommentsClient::CreateHashTagBody

Properties

Name Type Description Notes
tenant_id String [optional]
tag String
url String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CreateHashTagBody.new(
  tenant_id: null,
  tag: null,
  url: null
)