Sha256: be8aaa297de4dceba30b9233c40ce22493c1db1906fd6b089b26e687b2b3a622

Contents?: true

Size: 471 Bytes

Versions: 3

Compression:

Stored size: 471 Bytes

Contents

# TalonOne::IntegrationEntity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integration_id** | **String** | The ID used for this entity in the application system. | 
**created** | **DateTime** | The exact moment this entity was created. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::IntegrationEntity.new(integration_id: null,
                                 created: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.1.1 docs/IntegrationEntity.md
talon_one-2.1.0 docs/IntegrationEntity.md
talon_one-2.0.0 docs/IntegrationEntity.md