Table of Contents

Class UpdateTeam

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

create team.

[DataContract(Name = "update")]
public class UpdateTeam
Inheritance
UpdateTeam
Inherited Members

Properties

TeamId

Gets or sets team id.

[JsonProperty("teamId")]
public string TeamId { get; set; }

Property Value

string

TeamName

Gets or sets team name.

[JsonProperty("teamName")]
public string TeamName { get; set; }

Property Value

string