toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
GroupResponse
Group
Response
data
class
GroupResponse
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
?
,
val
tagId
:
String
?
,
val
contactCount
:
Int
,
val
createdAt
:
String
)
(
source
)
Members
Constructors
Group
Response
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
?
,
tagId
:
String
?
,
contactCount
:
Int
,
createdAt
:
String
)
Properties
contact
Count
Link copied to clipboard
val
contactCount
:
Int
created
At
Link copied to clipboard
val
createdAt
:
String
description
Link copied to clipboard
val
description
:
String
?
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
tag
Id
Link copied to clipboard
val
tagId
:
String
?