| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | Hashtag name, without the leading # | |
| description | String | ||
| video_count | Integer | ||
| view_count | Integer | ||
| is_commerce | Boolean |
require 'unifapi'
instance = Unifapi::Hashtag.new(
id: null,
name: null,
description: null,
video_count: null,
view_count: null,
is_commerce: null
)