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