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