toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.dto.social.story
/
CreateStoryRequest
Create
Story
Request
abstract
class
CreateStoryRequest
(
val
referenceId
:
String
,
val
targetType
:
String
,
val
targetId
:
String
,
val
dataType
:
String
,
val
data
:
JsonObject
?
,
val
items
:
List
<
JsonObject
>
?
=
null
,
val
metadata
:
JsonObject
?
=
null
)
Inheritors
CreateImageStoryRequest
CreateVideoStoryRequest
Members
Constructors
Create
Story
Request
Link copied to clipboard
constructor
(
referenceId
:
String
,
targetType
:
String
,
targetId
:
String
,
dataType
:
String
,
data
:
JsonObject
?
,
items
:
List
<
JsonObject
>
?
=
null
,
metadata
:
JsonObject
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
JsonObject
?
data
Type
Link copied to clipboard
val
dataType
:
String
items
Link copied to clipboard
val
items
:
List
<
JsonObject
>
?
=
null
metadata
Link copied to clipboard
val
metadata
:
JsonObject
?
=
null
reference
Id
Link copied to clipboard
val
referenceId
:
String
target
Id
Link copied to clipboard
val
targetId
:
String
target
Type
Link copied to clipboard
val
targetType
:
String