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