SkillVersion interface
某種技能的特定版本。
屬性
| created_at | Unix 的時間戳記(秒)是技能版本創建的。 |
| description | 這是對技能版本的人類易讀描述。 |
| id | 技能版本的唯一識別碼。 |
| name | 技能版本的名稱。 |
| skill_id | 父技能的識別碼。 |
| version | 版本識別碼。 技能版本是不可變的。 |
屬性詳細資料
created_at
Unix 的時間戳記(秒)是技能版本創建的。
created_at: Date
屬性值
Date
description
這是對技能版本的人類易讀描述。
description: string
屬性值
string
id
技能版本的唯一識別碼。
id: string
屬性值
string
name
技能版本的名稱。
name: string
屬性值
string
skill_id
父技能的識別碼。
skill_id: string
屬性值
string
version
版本識別碼。 技能版本是不可變的。
version: string
屬性值
string