Class UpdateTeam
create team.
Inheritance
System.Object
UpdateTeam
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class UpdateTeam : object
Properties
| Improve this Doc View SourceTeamId
Gets or sets team id.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TeamName
Gets or sets team name.
Declaration
public string TeamName { get; set; }
Property Value
Type | Description |
---|---|
System.String |