ConversionTask

Describes a conversion task.

Types

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

Properties

Link copied to clipboard

The ID of the conversion task.

Link copied to clipboard

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

Link copied to clipboard

If the task is for importing an instance, this contains information about the import instance task.

Link copied to clipboard

If the task is for importing a volume, this contains information about the import volume task.

Link copied to clipboard

The state of the conversion task.

Link copied to clipboard

The status message related to the conversion task.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the task.

Functions

Link copied to clipboard
inline fun copy(block: ConversionTask.Builder.() -> Unit = {}): ConversionTask
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