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