Service Tree Info Response
data class ServiceTreeInfoResponse(val componentId: String? = null, val readiness: String? = null, val serviceId: String? = null)
Constructors
Link copied to clipboard
fun ServiceTreeInfoResponse(componentId: String? = null, readiness: String? = null, serviceId: String? = null)