TaxonomySubCategory interface
分類サブカテゴリの定義。
プロパティ
| description | 分類サブカテゴリの説明。 |
| enabled | このサブカテゴリの分類項目のリスト。 |
| id | 分類サブカテゴリの一意の識別子。 |
| name | 分類サブカテゴリの名前。 |
| properties | 分類サブカテゴリの追加プロパティ。 |
プロパティの詳細
description
分類サブカテゴリの説明。
description?: string
プロパティ値
string
enabled
このサブカテゴリの分類項目のリスト。
enabled: boolean
プロパティ値
boolean
id
分類サブカテゴリの一意の識別子。
id: string
プロパティ値
string
name
分類サブカテゴリの名前。
name: string
プロパティ値
string
properties
分類サブカテゴリの追加プロパティ。
properties?: Record<string, string>
プロパティ値
Record<string, string>