ContentSyncSettingArg
public class ContentSyncSettingArg : CustomStringConvertible, JSONRepresentable
The ContentSyncSettingArg 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.SyncSettingArg
-
Declaration
Swift
public var description: String { get }