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