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