Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
backend/src/quiz-zone/dto/create-quiz-zone.dto
CreateQuizZoneDto
Class CreateQuizZoneDto
퀴즈존을 생성할 때 사용하는 DTO 클래스
퀴즈존 ID는 다음 규칙을 따릅니다:
5-10글자 길이
숫자와 알파벳 조합
중복 불가 (중복 체크 로직 추가 예정)
Index
Constructors
constructor
Properties
description
limit
Player
Count
quiz
Set
Id
quiz
Zone
Id
title
Constructors
constructor
new
Create
Quiz
Zone
Dto
(
)
:
CreateQuizZoneDto
Returns
CreateQuizZoneDto
Properties
Readonly
description
description
:
string
Readonly
limit
Player
Count
limit
Player
Count
:
number
quiz
Set
Id
quiz
Set
Id
:
number
Readonly
quiz
Zone
Id
quiz
Zone
Id
:
string
Readonly
title
title
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
limit
Player
Count
quiz
Set
Id
quiz
Zone
Id
title
web08-booquiz - v1.0.0
Loading...
퀴즈존을 생성할 때 사용하는 DTO 클래스
퀴즈존 ID는 다음 규칙을 따릅니다: