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