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