kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.attachment
/
AttachmentEventItem
Attachment
Event
Item
@
Serializable
data
class
AttachmentEventItem
(
val
id
:
String
,
val
name
:
String
,
val
type
:
String
,
val
status
:
String
,
val
sender
:
String
,
val
storagePath
:
String
?
,
val
url
:
String
?
,
val
created
:
String
?
,
val
sizeKb
:
Int
?
)
Individual attachment item in attachment events. This contains the full attachment object data.
Members
Constructors
Attachment
Event
Item
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
type
:
String
,
status
:
String
,
sender
:
String
,
storagePath
:
String
?
,
url
:
String
?
,
created
:
String
?
,
sizeKb
:
Int
?
)
Properties
created
Link copied to clipboard
@
SerialName
(
value
=
"created"
)
val
created
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
sender
Link copied to clipboard
@
SerialName
(
value
=
"sender"
)
val
sender
:
String
size
Kb
Link copied to clipboard
@
SerialName
(
value
=
"size_kb"
)
val
sizeKb
:
Int
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String
storage
Path
Link copied to clipboard
@
SerialName
(
value
=
"storage_path"
)
val
storagePath
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String
?