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