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