DBTEAMTeamFolderUpdateSyncSettingsArgSerializer
Objective-C
@interface DBTEAMTeamFolderUpdateSyncSettingsArgSerializer : NSObject
Swift
class DBTEAMTeamFolderUpdateSyncSettingsArgSerializer : NSObject
The serialization class for the TeamFolderUpdateSyncSettingsArg struct.
-
Serializes
DBTEAMTeamFolderUpdateSyncSettingsArginstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMTeamFolderUpdateSyncSettingsArg *)instance;Swift
class func serialize(_ instance: DBTEAMTeamFolderUpdateSyncSettingsArg) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMTeamFolderUpdateSyncSettingsArgAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMTeamFolderUpdateSyncSettingsArgAPI object. -
Deserializes
DBTEAMTeamFolderUpdateSyncSettingsArginstances.Declaration
Objective-C
+ (nonnull DBTEAMTeamFolderUpdateSyncSettingsArg *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMTeamFolderUpdateSyncSettingsArgParameters
dictA json-compatible dictionary representation of the
DBTEAMTeamFolderUpdateSyncSettingsArgAPI object.Return Value
An instantiation of the
DBTEAMTeamFolderUpdateSyncSettingsArgobject.
View on GitHub
DBTEAMTeamFolderUpdateSyncSettingsArgSerializer Class Reference