DomainJobSchedule

data class DomainJobSchedule(val dayOfTheWeek: DomainJobScheduleDayOfTheWeek, val time: String)

The day and time when do you want to start the Identity Resolution Job every week.

Constructors

Link copied to clipboard
constructor(dayOfTheWeek: DomainJobScheduleDayOfTheWeek, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day when the Identity Resolution Job should run every week.

Link copied to clipboard

The time when the Identity Resolution Job should run every week.