CharacterInfo

constructor(id: String, name: String, species: String? = null, speciesId: String? = null, avatarUrl: String? = null, description: String? = null, gender: String? = null, isPrimary: Boolean = false, createdAt: String? = null)

Parameters

id

角色 ID

name

角色名称

species

物种

speciesId

物种 ID

avatarUrl

头像 URL

description

角色描述

gender

性别

isPrimary

是否是主要角色

createdAt

创建时间(ISO 8601 格式)