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