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