toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.review
/
ReviewRequestDto
Review
Request
Dto
data
class
ReviewRequestDto
(
val
title
:
String
,
val
content
:
String
,
val
image
:
String
?
,
val
score
:
Int
)
리뷰 생성 요청 DTO
Members
Constructors
Review
Request
Dto
Link copied to clipboard
constructor
(
title
:
String
,
content
:
String
,
image
:
String
?
,
score
:
Int
)
Properties
content
Link copied to clipboard
val
content
:
String
image
Link copied to clipboard
val
image
:
String
?
score
Link copied to clipboard
val
score
:
Int
title
Link copied to clipboard
val
title
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String