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