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