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