DomainMatchingJobSchedule

data class DomainMatchingJobSchedule(val dayOfTheWeek: String, val time: String)

Constructors

Link copied to clipboard
constructor(dayOfTheWeek: String, 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.