Get Worker Pool Result
data class GetWorkerPoolResult(val autoscale: GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleResponse, val channel: String, val name: String, val state: String, val workerConfig: GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigResponse, val workerCount: String)
Constructors
Link copied to clipboard
fun GetWorkerPoolResult(autoscale: GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscaleResponse, channel: String, name: String, state: String, workerConfig: GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigResponse, workerCount: String)