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