Person
public struct Personextension Person: MappablePerson contents.
- 
                  
                  The id of this person. DeclarationSwift public var id: String?
- 
                  
                  The emails of this person. DeclarationSwift public var emails: [EmailAddress]?
- 
                  
                  The display name of this person. DeclarationSwift public var displayName: String?
- 
                  
                  The URL of this person’s avatar. DeclarationSwift public var avatar: String?
- 
                  
                  The timestamp that this person being created. DeclarationSwift public var created: Date?
- 
                  
                  The nick name of person Since 1.4.0DeclarationSwift public var nickName: String?
- 
                  
                  The nick first name of person Since 1.4.0DeclarationSwift public var firstName: String?
- 
                  
                  The nick last name of person Since 1.4.0DeclarationSwift public var lastName: String?
- 
                  
                  The nick orgId of person Since 1.4.0DeclarationSwift public var orgId: String?
- 
                  
                  The nick type of person, default is “person” Since 1.4.0DeclarationSwift public var type: String?
- 
                  
                  The date and time of the person’s last activity within Webex Since 2.3.0DeclarationSwift public var lastActivity: Date?
- 
                  
                  The current presence status of the person Since 2.3.0DeclarationSwift public var status: String?
- 
                  
                  Person constructor. Note for internal use only.DeclarationSwift public init?(map: Map)
- 
                  
                  Person mapping from JSON. Note for internal use only.DeclarationSwift public mutating func mapping(map: Map)
 View on GitHub
View on GitHub Person Structure Reference
        Person Structure Reference