Sha256: 158f5c529141a2c52c9f6b46323011b8e6aa1ab9b053bd50ee8eca27a293c7db
Contents?: true
Size: 434 Bytes
Versions: 111
Compression:
Stored size: 434 Bytes
Contents
# UltracartClient::ConversationDepartmentMember ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **member** | **Boolean** | | [optional] | | **name** | **String** | | [optional] | | **user_id** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationDepartmentMember.new( member: null, name: null, user_id: null ) ```
Version data entries
111 entries across 111 versions & 1 rubygems