ShareSynchronizationResponse

data class ShareSynchronizationResponse(val consumerEmail: String? = null, val consumerName: String? = null, val consumerTenantName: String? = null, val durationMs: Int? = null, val endTime: String? = null, val message: String? = null, val startTime: String? = null, val status: String? = null, val synchronizationId: String? = null, val synchronizationMode: String)

A ShareSynchronization data transfer object.

Constructors

Link copied to clipboard
constructor(consumerEmail: String? = null, consumerName: String? = null, consumerTenantName: String? = null, durationMs: Int? = null, endTime: String? = null, message: String? = null, startTime: String? = null, status: String? = null, synchronizationId: String? = null, synchronizationMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerEmail: String? = null

Email of the user who created the synchronization

Link copied to clipboard
val consumerName: String? = null

Name of the user who created the synchronization

Link copied to clipboard

Tenant name of the consumer who created the synchronization

Link copied to clipboard
val durationMs: Int? = null

synchronization duration

Link copied to clipboard
val endTime: String? = null

End time of synchronization

Link copied to clipboard
val message: String? = null

message of synchronization

Link copied to clipboard
val startTime: String? = null

start time of synchronization

Link copied to clipboard
val status: String? = null

Raw Status

Link copied to clipboard

Synchronization id

Link copied to clipboard

Synchronization mode