toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.dto.social.story
/
StoryTargetDto
Story
Target
Dto
data
class
StoryTargetDto
(
val
targetId
:
String
?
,
val
targetPublicId
:
String
?
,
val
targetType
:
String
?
,
val
lastStoryExpiresAt
:
DateTime
?
,
var
lastStorySeenExpiresAt
:
DateTime
?
,
val
targetUpdatedAt
:
DateTime
?
)
Members
Constructors
Story
Target
Dto
Link copied to clipboard
constructor
(
targetId
:
String
?
,
targetPublicId
:
String
?
,
targetType
:
String
?
,
lastStoryExpiresAt
:
DateTime
?
,
lastStorySeenExpiresAt
:
DateTime
?
,
targetUpdatedAt
:
DateTime
?
)
Properties
last
Story
Expires
At
Link copied to clipboard
val
lastStoryExpiresAt
:
DateTime
?
last
Story
Seen
Expires
At
Link copied to clipboard
var
lastStorySeenExpiresAt
:
DateTime
?
target
Id
Link copied to clipboard
val
targetId
:
String
?
target
Public
Id
Link copied to clipboard
val
targetPublicId
:
String
?
target
Type
Link copied to clipboard
val
targetType
:
String
?
target
Updated
At
Link copied to clipboard
val
targetUpdatedAt
:
DateTime
?