ContentSyncSetting
public class ContentSyncSetting : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }