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