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