Sha256: 2ffb2a971f278e9d8999ff5aa34383a4583624c524b36279c14867f58329d297
Contents?: true
Size: 694 Bytes
Versions: 33
Compression:
Stored size: 694 Bytes
Contents
# UltracartClient::ItemDigitalItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **creation_dts** | **String** | File creation date | [optional] | | **description** | **String** | Description of the digital item | [optional] | | **file_size** | **Integer** | File size | [optional] | | **mime_type** | **String** | Mime type associated with the file | [optional] | | **original_filename** | **String** | Original filename | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemDigitalItem.new( creation_dts: null, description: null, file_size: null, mime_type: null, original_filename: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems