DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamTypeSerializer
Objective-C
@interface DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamTypeSerializer
: NSObject
Swift
class DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamTypeSerializer : NSObject
The serialization class for the
TeamMergeRequestCanceledShownToSecondaryTeamType
struct.
-
Serializes
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *) instance;
Swift
class func serialize(_ instance: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
API object. -
Deserializes
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *) deserialize:(nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
API object.Return Value
An instantiation of the
DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType
object.