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