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