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