Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 860 Bytes

SettingGroup.md

File metadata and controls

19 lines (14 loc) · 860 Bytes

woocommerce_client.model.SettingGroup

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id String A unique identifier that can be used to link settings together. [optional]
label String A human readable label for the setting used in interfaces. [optional]
description String A human readable description for the setting used in interfaces. [optional]
parentId String ID of parent grouping. [optional]
subGroups String IDs for settings sub groups. [optional]

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