id property

String get id

Unique identifier for this interaction type.

This should be descriptive and unique within your application. Example: 'create_user', 'update_profile', 'delete_post'

Implementation

String get id;