Sha256: 619cfb44952bb216a64cab0afa4916c855423bbddef0f8a6fa9f70e73d36685e
Contents?: true
Size: 935 Bytes
Versions: 6
Compression:
Stored size: 935 Bytes
Contents
# TalonOne::Export ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **user_id** | **Integer** | The ID of the user associated with this entity. | **entity** | **String** | The name of the entity that was exported. | **filter** | [**Object**](.md) | Map of keys and values that were used to filter the exported rows. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Export.new(id: 6, created: 2020-06-10T09:05:27.993483Z, account_id: 3886, user_id: 388, entity: null, filter: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/Export.md |
talon_one-6.0.0 | docs/Export.md |
talon_one-5.0.0 | docs/Export.md |
talon_one-3.0.2 | docs/Export.md |
talon_one-3.0.1 | docs/Export.md |
talon_one-3.0.0 | docs/Export.md |