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