ImportJob

class ImportJob

Details about an import job.

Types

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

Properties

Link copied to clipboard

The unique identifier of the address list the import job was created for.

Link copied to clipboard

The timestamp of when the import job was completed.

Link copied to clipboard

The timestamp of when the import job was created.

Link copied to clipboard

The reason for failure of an import job.

Link copied to clipboard

The number of addresses in the input that failed to get imported into address list.

Link copied to clipboard

The format of the input for the import job.

Link copied to clipboard

The number of addresses in the input that were successfully imported into the address list.

Link copied to clipboard

The identifier of the import job.

Link copied to clipboard

A user-friendly name for the import job.

Link copied to clipboard

The pre-signed URL target for uploading the input file.

Link copied to clipboard

The timestamp of when the import job was started.

Link copied to clipboard

The status of the import job.

Functions

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