Class CreateUsers
The create user details.
Inheritance
System.Object
CreateUsers
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class CreateUsers : object
Properties
| Improve this Doc View SourceEmailId
Gets or sets the EmailId.
Declaration
public string EmailId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TeamId
Gets or sets the TeamId.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets or sets the UserId.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |