Kotlin Mattermost Client
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Mattermost Client
mattermost-client
/
dev.limebeck.mattermost.types.internal
/
FileInfo
File
Info
@
Serializable
data
class
FileInfo
(
val
id
:
String
,
val
name
:
String
,
val
mimeType
:
String
)
Members
Constructors
File
Info
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
mimeType
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
mime
Type
Link copied to clipboard
@
SerialName
(
value
=
"mime_type"
)
val
mimeType
:
String
name
Link copied to clipboard
val
name
:
String