Space

public struct Space
extension Space: Mappable

A data type represents a Space at Cisco Webex cloud.

Since

1.2.0
  • id

    The identifier of this space.

    Since

    1.2.0

    Declaration

    Swift

    public var id: String?
  • The title of this space.

    Since

    1.2.0

    Declaration

    Swift

    public var title: String?
  • The type of this space.

    Since

    1.2.0

    Declaration

    Swift

    public var type: SpaceType?
  • Indicate if this space is locked.

    Since

    1.2.0

    Declaration

    Swift

    public var isLocked: Bool?
  • The timestamp that last activity of this space.

    Since

    1.3.0

    Declaration

    Swift

    public var lastActivityTimestamp: Date?
  • The timestamp that this space being created.

    Since

    1.2.0

    Declaration

    Swift

    public var created: Date?
  • The team Id that this space associated with.

    Since

    1.2.0

    Declaration

    Swift

    public var teamId: String?
  • The sipAddress that this space associated with.

    Since

    1.4.0

    Declaration

    Swift

    public var sipAddress: String?
  • Constructs a Space object.

    Note

    for internal use only.

    Declaration

    Swift

    public init?(map: Map)
  • Maps a Space from JSON.

    Note

    for internal use only.

    Declaration

    Swift

    public mutating func mapping(map: Map)