GetSyncJobPlainArgs

data class GetSyncJobPlainArgs(val syncSource: String, val workspaceId: String) : ConvertibleToJava<GetSyncJobPlainArgs>

Constructors

Link copied to clipboard
fun GetSyncJobPlainArgs(syncSource: String, workspaceId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetSyncJobPlainArgs

Properties

Link copied to clipboard

The source of the SyncJob.

Link copied to clipboard

The ID of the workspace.