toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.dto.video
/
StreamModerationDto
Stream
Moderation
Dto
data
class
StreamModerationDto
(
val
streamId
:
String
,
val
moderationId
:
String
,
val
flagLabels
:
JsonArray
?
=
null
,
val
terminateLabels
:
JsonArray
?
=
null
)
:
EkoObjectDto
Members
Constructors
Stream
Moderation
Dto
Link copied to clipboard
constructor
(
streamId
:
String
,
moderationId
:
String
,
flagLabels
:
JsonArray
?
=
null
,
terminateLabels
:
JsonArray
?
=
null
)
Properties
created
At
Link copied to clipboard
@
SerializedName
(
value
=
"createdAt"
)
val
createdAt
:
DateTime
flag
Labels
Link copied to clipboard
@
SerializedName
(
value
=
"flagLabels"
)
val
flagLabels
:
JsonArray
?
=
null
moderation
Id
Link copied to clipboard
@
SerializedName
(
value
=
"moderationId"
)
val
moderationId
:
String
stream
Id
Link copied to clipboard
@
SerializedName
(
value
=
"streamId"
)
val
streamId
:
String
terminate
Labels
Link copied to clipboard
@
SerializedName
(
value
=
"terminateLabels"
)
val
terminateLabels
:
JsonArray
?
=
null
updated
At
Link copied to clipboard
@
SerializedName
(
value
=
"updatedAt"
)
val
updatedAt
:
DateTime