ServiceResponse

data class ServiceResponse(val persistence: PersistenceConfigurationsResponse? = null, val pipelines: List<PipelineResponse>)

Service Info.

Constructors

Link copied to clipboard
constructor(persistence: PersistenceConfigurationsResponse? = null, pipelines: List<PipelineResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Persistence options to all pipelines in the instance.

Link copied to clipboard

Pipelines belonging to a given pipeline group.