# KlaviyoAPI::TagFlowOpDataInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**FlowEnum**](FlowEnum.md) | | | | **id** | **String** | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagFlowOpDataInner.new( type: null, id: null ) ```