GetShareSnapshotSchedule

data class GetShareSnapshotSchedule(val name: String, val recurrence: String, val startTime: String)

Constructors

Link copied to clipboard
constructor(name: String, recurrence: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of this Data Share.

Link copied to clipboard

The interval of the synchronization with the source data.

Link copied to clipboard

The synchronization with the source data's start time.