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