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