Sha256: 0d7d53e314a7624e4c2562be22f4f2566af56b426e73de1da793512d5d37b5c9
Contents?: true
Size: 900 Bytes
Versions: 203
Compression:
Stored size: 900 Bytes
Contents
# UltracartClient::Group ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **group_oid** | **Integer** | The unique object identifier (oid for short) for this group | [optional] | | **name** | **String** | The name of this group. | [optional] | | **notifications** | [**Array<Notification>**](Notification.md) | A list of notifications the user receives. | [optional] | | **permissions** | [**Array<Permission>**](Permission.md) | A list of permissions the user enjoys for accessing the backend of UltraCart. | [optional] | | **users** | [**Array<GroupUserMembership>**](GroupUserMembership.md) | A list of users that belong to this group. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::Group.new( group_oid: null, name: null, notifications: null, permissions: null, users: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems