Transformation Response
data class TransformationResponse(val etag: String, val id: String, val name: String? = null, val query: String? = null, val streamingUnits: Int? = null, val type: String, val validStreamingUnits: List<Int>? = null)
A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job.