toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
CreateGroupRequest
Create
Group
Request
data
class
CreateGroupRequest
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
tagId
:
String
?
=
null
,
val
contactIds
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Create
Group
Request
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
tagId
:
String
?
=
null
,
contactIds
:
List
<
String
>
?
=
null
)
Properties
contact
Ids
Link copied to clipboard
val
contactIds
:
List
<
String
>
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
@
NotBlank
val
name
:
String
tag
Id
Link copied to clipboard
val
tagId
:
String
?
=
null