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