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