Sha256: ffbb32824f2217d08e9d17c07a1b23ce19d0be849f825f6be0b551649ea9b5ce
Contents?: true
Size: 433 Bytes
Versions: 13
Compression:
Stored size: 433 Bytes
Contents
# ElasticEmail::ExportLink ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **link** | **String** | Direct URL to the exported file | [optional] | | **public_export_id** | **String** | ID of the exported file | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ExportLink.new( link: null, public_export_id: E33EBA7A-C20D-4D3D-8F2F-5EEF42F58E6F ) ```
Version data entries
13 entries across 13 versions & 1 rubygems