Sha256: 45653fa7c72bb9d90fb20659d7e08d17790a8c1fd9c70e99db9c08dac40af190
Contents?: true
Size: 460 Bytes
Versions: 46
Compression:
Stored size: 460 Bytes
Contents
# UltracartClient::WorkflowUser ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **user** | **String** | The user | [optional] | | **user_icon_url** | **String** | The user icon URL if available | [optional] | | **user_id** | **Integer** | User ID | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowUser.new( user: null, user_icon_url: null, user_id: null ) ```
Version data entries
46 entries across 46 versions & 1 rubygems