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