Click or drag to resize

TeamMembership Class

A data type represents a relationship between Team and Person at Cisco Spark cloud.
Inheritance Hierarchy
SystemObject
  SparkSDKTeamMembership

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class TeamMembership

The TeamMembership type exposes the following members.

Constructors
  NameDescription
Public methodTeamMembership
Initializes a new instance of the TeamMembership class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that the team membership being created.
Public propertyId
The identifier of this team membership.
Public propertyIsModerator
True if the person in this membership is a moderator of the team.
Public propertyPersonDisplayName
The display name of the person.
Public propertyPersonEmail
The email address of the person.
Public propertyPersonId
The identifier of the person.
Public propertyPersonOrgId
The oganization id of the person is in.
Public propertyTeamId
The identifier of the team.
Top
Remarks
Since: 0.1.0
See Also