UserListItemDto
extends DtoBase
in package
Table of Contents
Properties
- $level : string
- ユーザーレベル。
- $loginId : string
- $name : string
- 名前。
- $state : string
- ユーザー状態
- $userId : string
Properties
$level
ユーザーレベル。
public
string
$level
= \PeServer\App\Models\Domain\UserLevel::UNKNOWN
Tags
$loginId
public
string
$loginId
= \PeServer\Core\Text::EMPTY
Attributes
- #[Mapping]
- $name: 'login_id'
$name
名前。
public
string
$name
= \PeServer\Core\Text::EMPTY
$state
ユーザー状態
public
string
$state
= \PeServer\App\Models\Domain\UserState::UNKNOWN
Tags
$userId
public
string
$userId
= \PeServer\Core\Text::EMPTY
Attributes
- #[Mapping]
- $name: 'user_id'