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