Scheduled Source Synchronization Setting Response
    data class ScheduledSourceSynchronizationSettingResponse(val kind: String, val recurrenceInterval: String? = null, val synchronizationTime: String? = null)
A type of synchronization setting based on schedule
Constructors
Link copied to clipboard
                fun ScheduledSourceSynchronizationSettingResponse(kind: String, recurrenceInterval: String? = null, synchronizationTime: String? = null)