PullResponse

@JsonSerializable
data class PullResponse(val status: String, val digest: String? = null, val total: Long? = null, val completed: Long? = null)(source)

Constructors

Link copied to clipboard
constructor(status: String, digest: String? = null, total: Long? = null, completed: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Long?