ExportDataSource

An object that contains details about the data source of the export job. It can only contain one of MetricsDataSource or MessageInsightsDataSource object.

Types

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

Properties

Link copied to clipboard

An object that contains filters applied when performing the Message Insights export.

Link copied to clipboard

An object that contains details about the data source for the metrics export.

Functions

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