Character Info
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
物种
species Id
物种 ID
avatar Url
头像 URL
description
角色描述
gender
性别
is Primary
是否是主要角色
created At
创建时间(ISO 8601 格式)