Sha256: 809b4b157bfbd607ca4eae6f5b192ced72f710aa43bd0792ee930225642ec586
Contents?: true
Size: 545 Bytes
Versions: 196
Compression:
Stored size: 545 Bytes
Contents
# UltracartClient::UserGroupMembership ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **group_oid** | **Integer** | The unique object identifier (oid for short) for this group | [optional] | | **member** | **Boolean** | True if this user is a member of the group. | [optional] | | **name** | **String** | The name of this group. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::UserGroupMembership.new( group_oid: null, member: null, name: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems