Sha256: ff30677e611da95127e9e7b43e234db2d0ff584ece06da3a061b39160a80fdd0

Contents?: true

Size: 481 Bytes

Versions: 6

Compression:

Stored size: 481 Bytes

Contents

# TalonOne::IntegrationEntity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integration_id** | **String** | The integration ID set by your integration layer. | 
**created** | **DateTime** | The time this entity was created. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::IntegrationEntity.new(integration_id: URNGV8294NV,
                                 created: 2020-02-07T08:15:22Z)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/IntegrationEntity.md
talon_one-6.0.0 docs/IntegrationEntity.md
talon_one-5.0.0 docs/IntegrationEntity.md
talon_one-3.0.2 docs/IntegrationEntity.md
talon_one-3.0.1 docs/IntegrationEntity.md
talon_one-3.0.0 docs/IntegrationEntity.md