Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

File metadata and controls

22 lines (16 loc) · 545 Bytes

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

require 'ultracart_api'

instance = UltracartClient::UserGroupMembership.new(
  group_oid: null,
  member: null,
  name: null
)