kmttAPI
0.3.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models.attach
Package
kmtt.
models.
attach
Types
Types
Attach
Link copied to clipboard
data
class
Attach
(
id
:
String
?
,
uuid
:
String
?
,
additionalData
:
String
?
,
type
:
String
?
,
color
:
String
?
,
width
:
Long
?
,
height
:
Long
?
,
propertySize
:
Long
?
,
name
:
String
?
,
origin
:
String
?
,
title
:
String
?
,
description
:
String
?
,
url
:
String
?
,
image
:
AttachImage
?
)
Content copied to clipboard
Attach
Image
Link copied to clipboard
data
class
AttachImage
(
type
:
String
?
,
data
:
AttachImage
?
)
Content copied to clipboard
Attach
With
Type
Response
Link copied to clipboard
data
class
AttachWithTypeResponse
(
result
:
List
<
Attach
>
?
)
Content copied to clipboard