Timing

class Timing

Details about the timing of a job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the job finished transcoding, in epoch milliseconds.

Link copied to clipboard

The time the job began transcoding, in epoch milliseconds.

Link copied to clipboard

The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

Functions

Link copied to clipboard
inline fun copy(block: Timing.Builder.() -> Unit = {}): Timing
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String