Sha256: 0370944165b5582b4f8312031618aadf09f0d2b4164ab1f8e7d9e046e6647c22
Contents?: true
Size: 919 Bytes
Versions: 6
Compression:
Stored size: 919 Bytes
Contents
# TalonOne::Export ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **user_id** | **Integer** | The ID of the account that owns 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: null, created: null, account_id: null, user_id: null, entity: null, filter: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Export.md |
talon_one-2.3.0 | docs/Export.md |
talon_one-2.2.0 | docs/Export.md |
talon_one-2.1.1 | docs/Export.md |
talon_one-2.1.0 | docs/Export.md |
talon_one-2.0.0 | docs/Export.md |