StreamModerationDto

data class StreamModerationDto(val streamId: String, val moderationId: String, val flagLabels: JsonArray? = null, val terminateLabels: JsonArray? = null) : EkoObjectDto

Constructors

Link copied to clipboard
constructor(streamId: String, moderationId: String, flagLabels: JsonArray? = null, terminateLabels: JsonArray? = null)

Properties

Link copied to clipboard
@SerializedName(value = "createdAt")
val createdAt: DateTime
Link copied to clipboard
@SerializedName(value = "flagLabels")
val flagLabels: JsonArray? = null
Link copied to clipboard
@SerializedName(value = "moderationId")
val moderationId: String
Link copied to clipboard
@SerializedName(value = "streamId")
val streamId: String
Link copied to clipboard
@SerializedName(value = "terminateLabels")
val terminateLabels: JsonArray? = null
Link copied to clipboard
@SerializedName(value = "updatedAt")
val updatedAt: DateTime