# KlaviyoAPI::SegmentCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **definition** | [**SegmentDefinition**](SegmentDefinition.md) | | | | **is_starred** | **Boolean** | | [optional][default to false] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SegmentCreateQueryResourceObjectAttributes.new( name: null, definition: null, is_starred: null ) ```