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