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