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