Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

IntegrationEntity.md

File metadata and controls

19 lines (12 loc) · 481 Bytes

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

require 'TalonOne'

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