DBTEAMLOGDeleteTeamInviteLinkTypeSerializer
Objective-C
@interface DBTEAMLOGDeleteTeamInviteLinkTypeSerializer : NSObject
                Swift
class DBTEAMLOGDeleteTeamInviteLinkTypeSerializer : NSObject
                The serialization class for the DeleteTeamInviteLinkType struct.
- 
                  
                  
Serializes
DBTEAMLOGDeleteTeamInviteLinkTypeinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)instance;Swift
class func serialize(_ instance: DBTEAMLOGDeleteTeamInviteLinkType) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGDeleteTeamInviteLinkTypeAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGDeleteTeamInviteLinkTypeAPI object. - 
                  
                  
Deserializes
DBTEAMLOGDeleteTeamInviteLinkTypeinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGDeleteTeamInviteLinkTypeParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGDeleteTeamInviteLinkTypeAPI object.Return Value
An instantiation of the
DBTEAMLOGDeleteTeamInviteLinkTypeobject. 
View on GitHub
        DBTEAMLOGDeleteTeamInviteLinkTypeSerializer Class Reference