Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 643 Bytes

ProductTag2.md

File metadata and controls

17 lines (12 loc) · 643 Bytes

woocommerce_client.model.ProductTag2

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String Tag name. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
description String HTML description of the resource. [optional]

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