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