Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

File metadata and controls

20 lines (14 loc) · 402 Bytes

FastCommentsClient::UpdateHashTagResponse

Properties

Name Type Description Notes
status APIStatus
hash_tag TenantHashTag

Example

require 'fastcomments-client'

instance = FastCommentsClient::UpdateHashTagResponse.new(
  status: null,
  hash_tag: null
)