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