toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.debug.dto
/
DebugSendDocRequest
Debug
Send
Doc
Request
data
class
DebugSendDocRequest
(
val
channelId
:
String
,
val
to
:
String
,
val
docUrl
:
String
,
val
filename
:
String
,
val
caption
:
String
?
=
null
)
(
source
)
Members
Constructors
Debug
Send
Doc
Request
Link copied to clipboard
constructor
(
channelId
:
String
,
to
:
String
,
docUrl
:
String
,
filename
:
String
,
caption
:
String
?
=
null
)
Properties
caption
Link copied to clipboard
val
caption
:
String
?
=
null
channel
Id
Link copied to clipboard
val
channelId
:
String
doc
Url
Link copied to clipboard
val
docUrl
:
String
filename
Link copied to clipboard
val
filename
:
String
to
Link copied to clipboard
val
to
:
String