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