toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.client.dto
/
MetaMediaUrlResponse
Meta
Media
Url
Response
data
class
MetaMediaUrlResponse
(
val
messagingProduct
:
String
,
val
url
:
String
,
val
mimeType
:
String
,
val
sha256
:
String
,
val
fileSize
:
Long
,
val
id
:
String
)
(
source
)
Members
Constructors
Meta
Media
Url
Response
Link copied to clipboard
constructor
(
messagingProduct
:
String
,
url
:
String
,
mimeType
:
String
,
sha256
:
String
,
fileSize
:
Long
,
id
:
String
)
Properties
file
Size
Link copied to clipboard
val
fileSize
:
Long
id
Link copied to clipboard
val
id
:
String
messaging
Product
Link copied to clipboard
val
messagingProduct
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
sha256
Link copied to clipboard
val
sha256
:
String
url
Link copied to clipboard
val
url
:
String