Class CreateUserResponse
The create user details.
[DataContract]
public class CreateUserResponse
- Inheritance
-
CreateUserResponse
- Inherited Members
Properties
Users
Gets or sets the create users.
[DataMember(Name = "users", EmitDefaultValue = true)]
public List<CreateUsers> Users { get; set; }
Property Value
- List<CreateUsers>
Gets or sets the user response.