# KlaviyoAPI::EventCreateQueryV2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**EventCreateQueryV2ResourceObject**](EventCreateQueryV2ResourceObject.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::EventCreateQueryV2.new( data: null ) ```