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