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