StoryTargetDto

data class StoryTargetDto(val targetId: String?, val targetPublicId: String?, val targetType: String?, val lastStoryExpiresAt: DateTime?, var lastStorySeenExpiresAt: DateTime?, val targetUpdatedAt: DateTime?)

Constructors

Link copied to clipboard
constructor(targetId: String?, targetPublicId: String?, targetType: String?, lastStoryExpiresAt: DateTime?, lastStorySeenExpiresAt: DateTime?, targetUpdatedAt: DateTime?)

Properties

Link copied to clipboard
val lastStoryExpiresAt: DateTime?
Link copied to clipboard
var lastStorySeenExpiresAt: DateTime?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetUpdatedAt: DateTime?