Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 782 Bytes

CreateUserRequest.md

File metadata and controls

23 lines (18 loc) · 782 Bytes

halo_client.model.CreateUserRequest

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
annotations BuiltMap<String, String> [optional]
avatar String [optional]
bio String [optional]
displayName String [optional]
email String
name String
password String [optional]
phone String [optional]
roles BuiltSet<String> [optional]

[Back to Model list] [Back to API list] [Back to README]