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