Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 562 Bytes

APIVersion.md

File metadata and controls

17 lines (12 loc) · 562 Bytes

nc_cookbook_api.model.APIVersion

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
epoch int An epoch to cope with bad API versions
major int The major number of the API
minor int The minor number of the API

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