GetImportResponse

Types

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

Properties

Link copied to clipboard

A timestamp for the date and time that the import job was created.

Link copied to clipboard

A string that describes why an import job failed to complete.

Link copied to clipboard

The identifier for the specific import job.

Link copied to clipboard

The status of the import job. If the status is FAILED, you can get the reason for the failure from the failureReason field.

Link copied to clipboard

The action taken when there was a conflict between an existing resource and a resource in the import file.

Link copied to clipboard
val name: String?

The name given to the import job.

Link copied to clipboard

The type of resource imported.

Functions

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