toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.comment
/
CommentRead
/
CommentData
Comment
Data
data
class
CommentData
(
val
memberIcon
:
Int
,
val
ipData
:
String
?
,
val
gallerCon
:
String
?
,
val
name
:
String
,
val
userId
:
String
,
val
content
:
Comment
,
val
identifier
:
Int
,
val
dateTime
:
String
,
val
isReply
:
Boolean
,
val
isDeleteFlag
:
String
?
)
Members
Constructors
Comment
Data
Link copied to clipboard
constructor
(
memberIcon
:
Int
,
ipData
:
String
?
,
gallerCon
:
String
?
,
name
:
String
,
userId
:
String
,
content
:
Comment
,
identifier
:
Int
,
dateTime
:
String
,
isReply
:
Boolean
,
isDeleteFlag
:
String
?
)
Properties
content
Link copied to clipboard
val
content
:
Comment
date
Time
Link copied to clipboard
val
dateTime
:
String
galler
Con
Link copied to clipboard
val
gallerCon
:
String
?
identifier
Link copied to clipboard
val
identifier
:
Int
ip
Data
Link copied to clipboard
val
ipData
:
String
?
is
Delete
Flag
Link copied to clipboard
val
isDeleteFlag
:
String
?
is
Reply
Link copied to clipboard
val
isReply
:
Boolean
member
Icon
Link copied to clipboard
val
memberIcon
:
Int
name
Link copied to clipboard
val
name
:
String
user
Id
Link copied to clipboard
val
userId
:
String