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