Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 779 Bytes

ProductAttribute1.md

File metadata and controls

19 lines (14 loc) · 779 Bytes

woocommerce_client.model.ProductAttribute1

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String Name for the resource. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
type String Type of attribute. [optional]
orderBy String Default sort order. [optional]
hasArchives bool Enable/Disable attribute archives. [optional]

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