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