ExportDestination

An object that contains details about the destination of the export job.

Types

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

Properties

Link copied to clipboard

The data format of the final export job file, can be one of the following:

Link copied to clipboard

An Amazon S3 pre-signed URL that points to the generated export file.

Functions

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