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