Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 730 Bytes

SystemStatusDatabase.md

File metadata and controls

18 lines (13 loc) · 730 Bytes

woocommerce_client.model.SystemStatusDatabase

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
wcDatabaseVersion String WC database version. [optional]
databasePrefix String Database prefix. [optional]
maxmindGeoipDatabase String MaxMind GeoIP database. [optional]
databaseTables List Database tables. [optional] [default to const []]

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