Team
public struct Team
extension Team: Mappable
A data type represents a Team at Cisco Webex cloud.
Since
1.2.0-
The identifier of this team.
Since
1.2.0Declaration
Swift
public var id: String?
-
The name of this team
Since
1.2.0Declaration
Swift
public var name: String?
-
The timestamp that this team being created.
Since
1.2.0Declaration
Swift
public var created: Date?
-
Constructs a
Team
object.Note
for internal use only.Declaration
Swift
public init?(map: Map)
-
Map a
Team
from JSON.Note
for internal use only.Declaration
Swift
public mutating func mapping(map: Map)