toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.client.dto
/
MetaParameter
Meta
Parameter
data
class
MetaParameter
(
val
type
:
String
,
val
text
:
String
?
=
null
,
val
image
:
MetaMediaBody
?
=
null
)
(
source
)
Members
Constructors
Meta
Parameter
Link copied to clipboard
constructor
(
type
:
String
,
text
:
String
?
=
null
,
image
:
MetaMediaBody
?
=
null
)
Properties
image
Link copied to clipboard
val
image
:
MetaMediaBody
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String