Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 804 Bytes

SystemStatusTool.md

File metadata and controls

20 lines (15 loc) · 804 Bytes

woocommerce_client.model.SystemStatusTool

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id String A unique identifier for the tool. [optional]
name String Tool name. [optional]
action String What running the tool will do. [optional]
description String Tool description. [optional]
success bool Did the tool run successfully? [optional]
message String Tool return message. [optional]

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