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