GetSyncJobPlainArgs

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

Constructors

Link copied to clipboard
constructor(syncSource: String, workspaceId: String)

Properties

Link copied to clipboard

The source of the SyncJob.

Link copied to clipboard

The ID of the workspace.

Functions

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