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