TeamInformation interface
Describes team information
Properties
description | The description of the team NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the team NOTE: This property will not be serialized. It can only be populated by the server. |
primary |
The primary channel URL of the team NOTE: This property will not be serialized. It can only be populated by the server. |
team |
The time the team was created NOTE: This property will not be serialized. It can only be populated by the server. |
team |
Team ID NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the team NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
name
The name of the team NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
primaryChannelUrl
The primary channel URL of the team NOTE: This property will not be serialized. It can only be populated by the server.
primaryChannelUrl?: string
Property Value
string
teamCreationTimeUtc
The time the team was created NOTE: This property will not be serialized. It can only be populated by the server.
teamCreationTimeUtc?: Date
Property Value
Date
teamId
Team ID NOTE: This property will not be serialized. It can only be populated by the server.
teamId?: string
Property Value
string
Azure SDK for JavaScript