DBTEAMLOGTfaChangePolicyTypeSerializer
Objective-C
@interface DBTEAMLOGTfaChangePolicyTypeSerializer : NSObject
Swift
class DBTEAMLOGTfaChangePolicyTypeSerializer : NSObject
The serialization class for the TfaChangePolicyType struct.
-
Serializes
DBTEAMLOGTfaChangePolicyTypeinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTfaChangePolicyType *)instance;Swift
class func serialize(_ instance: DBTEAMLOGTfaChangePolicyType) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGTfaChangePolicyTypeAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTfaChangePolicyTypeAPI object. -
Deserializes
DBTEAMLOGTfaChangePolicyTypeinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTfaChangePolicyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTfaChangePolicyTypeParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGTfaChangePolicyTypeAPI object.Return Value
An instantiation of the
DBTEAMLOGTfaChangePolicyTypeobject.
View on GitHub
DBTEAMLOGTfaChangePolicyTypeSerializer Class Reference