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