toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
StageResponse
Stage
Response
data
class
StageResponse
(
val
id
:
String
,
val
name
:
String
,
val
color
:
String
,
val
order
:
Int
,
val
deals
:
List
<
DealResponse
>
=
emptyList()
)
(
source
)
Members
Constructors
Stage
Response
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
color
:
String
,
order
:
Int
,
deals
:
List
<
DealResponse
>
=
emptyList()
)
Properties
color
Link copied to clipboard
val
color
:
String
deals
Link copied to clipboard
val
deals
:
List
<
DealResponse
>
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
order
Link copied to clipboard
val
order
:
Int