Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

File metadata and controls

22 lines (16 loc) · 418 Bytes

FastCommentsClient::UpdateHashTagBody

Properties

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

Example

require 'fastcomments-client'

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