Sha256: de1447a892773ee0832fa6bc6ebab6c88a34efd139bc1487c7e8a51f8909c788
Contents?: true
Size: 707 Bytes
Versions: 196
Compression:
Stored size: 707 Bytes
Contents
# UltracartClient::GroupUserMembership ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | The email for this user. | [optional] | | **full_name** | **String** | The full name for this user. | [optional] | | **login** | **String** | The login for this user. | [optional] | | **member** | **Boolean** | True if this user belongs to the parent group, false otherwise. | [optional] | | **user_id** | **Integer** | The user id for this user. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::GroupUserMembership.new( email: null, full_name: null, login: null, member: null, user_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems