Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 890 Bytes

File metadata and controls

17 lines (12 loc) · 890 Bytes

com.ultracart.admin.v2.Model.Group

Properties

Name Type Description Notes
GroupOid int The unique object identifier (oid for short) for this group [optional]
Name string The name of this group. [optional]
Notifications List<Notification> A list of notifications the user receives. [optional]
Permissions List<Permission> A list of permissions the user enjoys for accessing the backend of UltraCart. [optional]
Users List<GroupUserMembership> A list of users that belong to this group. [optional]

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