Space

class Space

A data type represents a Space at Cisco Webex cloud.

Room has been renamed to Space in Cisco Webex.

Since

0.1

Constructors

Link copied to clipboard
fun Space()

Types

Link copied to clipboard
enum SpaceType : Enum<Space.SpaceType>

An enum for space type

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var created: Date

The timestamp that this space being created.

Link copied to clipboard
var id: String? = null

The space identifier

Link copied to clipboard
var isExternallyOwned: Boolean = false

Checks if the the space is owned by external org

Link copied to clipboard
var isLocked: Boolean = false

Indicate if this space is locked.

Link copied to clipboard
var lastActivity: Date

Last activity of this space.

Link copied to clipboard
var sipAddress: String? = null

The sipAddress that this space associated with.

Link copied to clipboard
var teamId: String? = null

The team Id that this space associated with.

Link copied to clipboard
var title: String? = null

The title of this space.

Link copied to clipboard
var type: Space.SpaceType

The type of this space.