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