ExportTask

Describes an export instance task.

Types

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

Properties

Link copied to clipboard

A description of the resource being exported.

Link copied to clipboard

The ID of the export task.

Link copied to clipboard

Information about the export task.

Link copied to clipboard

Information about the instance to export.

Link copied to clipboard

The state of the export task.

Link copied to clipboard

The status message related to the export task.

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

The tags for the export task.

Functions

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