toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
UpdateGroupRequest
Update
Group
Request
data
class
UpdateGroupRequest
(
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
tagId
:
String
?
=
null
)
(
source
)
Members
Constructors
Update
Group
Request
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
description
:
String
?
=
null
,
tagId
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
tag
Id
Link copied to clipboard
val
tagId
:
String
?
=
null