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