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