StoryDto

data class StoryDto(val storyId: String?, val referenceId: String?, val path: String?, val creatorId: String?, val creatorPublicId: String?, val targetId: String?, val targetPublicId: String?, val targetType: String?, val dataType: String?, val data: JsonObject?, val metadata: JsonObject?, val items: JsonArray?, val flagCount: Int?, val commentsCount: Int?, val reactionsCount: Int?, val isDeleted: Boolean?, val myReactions: List<String>?, val reactions: AmityReactionMap?, val impression: Int?, val reach: Int?, val expiresAt: DateTime?) : EkoObjectDto

Constructors

Link copied to clipboard
constructor(storyId: String?, referenceId: String?, path: String?, creatorId: String?, creatorPublicId: String?, targetId: String?, targetPublicId: String?, targetType: String?, dataType: String?, data: JsonObject?, metadata: JsonObject?, items: JsonArray?, flagCount: Int?, commentsCount: Int?, reactionsCount: Int?, isDeleted: Boolean?, myReactions: List<String>?, reactions: AmityReactionMap?, impression: Int?, reach: Int?, expiresAt: DateTime?)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "createdAt")
val createdAt: DateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val data: JsonObject?
Link copied to clipboard
Link copied to clipboard
val expiresAt: DateTime?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val items: JsonArray?
Link copied to clipboard
val metadata: JsonObject?
Link copied to clipboard
Link copied to clipboard
val path: String?
Link copied to clipboard
val reach: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "updatedAt")
val updatedAt: DateTime