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