Pipeline Connection Response
data class PipelineConnectionResponse(val etag: String, val id: String, val location: String, val name: String, val properties: PipelineConnectionResponseProperties? = null, val systemData: SystemDataResponse, val type: String)
Connection body inside a pipeline
Constructors
Link copied to clipboard
constructor(etag: String, id: String, location: String, name: String, properties: PipelineConnectionResponseProperties? = null, systemData: SystemDataResponse, type: String)