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