ContentSyncSetting
open class ContentSyncSetting : CustomStringConvertible
The ContentSyncSetting struct
-
Id of the item this setting is applied to.
Declaration
Swift
public let id: String
-
Setting for this item.
Declaration
Swift
public let syncSetting: Files.SyncSetting
-
Declaration
Swift
open var description: String { get }