BazelCriticalPathActionsInner

constructor(@Json(name = "name") name: String, @Json(name = "category") category: String, @Json(name = "duration") duration: Long)

Parameters

name

The name of the action.

category

The category of the action.

duration

The duration of the action, as milliseconds.