BazelCriticalPathActionsInner

data class BazelCriticalPathActionsInner(@Json(name = "name") val name: String, @Json(name = "category") val category: String, @Json(name = "duration") val duration: Long)

Parameters

name

The name of the action.

category

The category of the action.

duration

The duration of the action, as milliseconds.

Constructors

Link copied to clipboard
constructor(@Json(name = "name") name: String, @Json(name = "category") category: String, @Json(name = "duration") duration: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard