Class CreateUserResponse
The create user details.
Inheritance
System.Object
CreateUserResponse
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class CreateUserResponse : object
Properties
| Improve this Doc View SourceUsers
Gets or sets the create users.
Declaration
public List<CreateUsers> Users { get; set; }
Property Value
Type | Description |
---|---|
List<CreateUsers> | Gets or sets the user response. |