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