Class TeamCreated
Team and team user details.
Inheritance
System.Object
TeamCreated
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TeamCreated : object
Constructors
| Improve this Doc View SourceTeamCreated(String)
Initializes a new instance of the TeamCreated class.
Declaration
public TeamCreated(string teamId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | teamId | Gets or sets team Id. |
Properties
| Improve this Doc View SourceTeamId
Gets or sets the team Id.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |