TeamMembership
public struct TeamMembershipA data type represents a relationship between Team and Person at Cisco Webex cloud.
Since
1.2.0- 
                  
                  The identifier of this team membership. Since 1.2.0DeclarationSwift public var id: String?
- 
                  
                  The identifier of the team. Since 1.2.0DeclarationSwift public var teamId: String?
- 
                  
                  The identifier of the person. Since 1.2.0DeclarationSwift public var personId: String?
- 
                  
                  The email address of the person. Since 1.2.0DeclarationSwift public var personEmail: EmailAddress?
- 
                  
                  The display name of the person. Since 1.2.0DeclarationSwift public var personDisplayName: String?
- 
                  
                  True if the person in this membership is a moderator of the team. Since 1.2.0DeclarationSwift public var isModerator: Bool?
- 
                  
                  The timestamp that the team membership being created. Since 1.2.0DeclarationSwift public var created: Date?
- 
                  
                  The personOrgId of the person. Since 1.4.0DeclarationSwift public var personOrgId: String?
 View on GitHub
View on GitHub