toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.templates.web.dto
/
TemplateButtonRequest
Template
Button
Request
data
class
TemplateButtonRequest
(
val
type
:
String
,
val
text
:
String
,
val
url
:
String
?
=
null
,
val
phoneNumber
:
String
?
=
null
)
(
source
)
Members
Constructors
Template
Button
Request
Link copied to clipboard
constructor
(
type
:
String
,
text
:
String
,
url
:
String
?
=
null
,
phoneNumber
:
String
?
=
null
)
Properties
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
val
url
:
String
?
=
null