Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 633 Bytes

UserReadPreferences.md

File metadata and controls

17 lines (12 loc) · 633 Bytes

openapi.model.UserReadPreferences

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
preferenceName1 String A user preference that is a string [optional]
preferenceName2 int A user preference that is a number [optional]
preferenceName3 bool A user preference that is a boolean [optional]

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