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