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