Sha256: 9cf89cb7e6a5cab9ce99d2e90b5ffc03791f64b6c32440e245b7438629f38959
Contents?: true
Size: 641 Bytes
Versions: 46
Compression:
Stored size: 641 Bytes
Contents
# UltracartClient::WorkflowAttachment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **download_key** | **String** | Temporary download URL | [optional] | | **file_name** | **String** | File name | [optional] | | **file_uuid** | **String** | File UUID | [optional] | | **mime_type** | **String** | Mime Type | [optional] | | **upload_key** | **String** | Temporary upload key | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowAttachment.new( download_key: null, file_name: null, file_uuid: null, mime_type: null, upload_key: null ) ```
Version data entries
46 entries across 46 versions & 1 rubygems