Membership

class Membership

Membership is a data type that represents

Since

0.1

Properties

Link copied to clipboard
var created: Date

The timestamp that the membership being created.

Link copied to clipboard
var id: String? = null

The id of this membership.

Link copied to clipboard
var isModerator: Boolean = false

True if this member is a moderator of the space in this membership. Otherwise false.

Link copied to clipboard
var isMonitor: Boolean = false

True if this member is a monitor of the space in this membership. Otherwise false.

Link copied to clipboard
var personDisplayName: String? = null

The display name of the person.

Link copied to clipboard
var personEmail: String? = null

The email address of the person.

Link copied to clipboard
var personFirstName: String? = null

The first name of the person.

Link copied to clipboard
var personId: String? = null

The id of the person.

Link copied to clipboard
var personLastName: String? = null

The last name of the person.

Link copied to clipboard
var personOrgId: String? = null

The personOrgId name of the person

Link copied to clipboard
var spaceId: String? = null

The id of the space.