Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 730 Bytes

User.md

File metadata and controls

19 lines (14 loc) · 730 Bytes

gruene_api_client.model.User

Load the model package

import 'package:gruene_api_client/api.dart';

Properties

Name Type Description Notes
id String The User Id (Sherpa Id)
username String The users username. Used to log in to Grünes Netz (gnetz username)
email String Main user email address. Used to log in to Grünes Netz (gnetz email)
firstName String User first name
lastName String User last name

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