toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.channel.web.dto
/
ConnectChannelRequest
Connect
Channel
Request
data
class
ConnectChannelRequest
(
val
name
:
String
,
val
phoneNumberId
:
String
,
val
wabaId
:
String
,
val
token
:
String
)
(
source
)
Members
Constructors
Connect
Channel
Request
Link copied to clipboard
constructor
(
name
:
String
,
phoneNumberId
:
String
,
wabaId
:
String
,
token
:
String
)
Properties
name
Link copied to clipboard
@
NotBlank
val
name
:
String
phone
Number
Id
Link copied to clipboard
@
NotBlank
val
phoneNumberId
:
String
token
Link copied to clipboard
@
NotBlank
val
token
:
String
waba
Id
Link copied to clipboard
@
NotBlank
val
wabaId
:
String