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