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