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