# KlaviyoAPI::STOScheduleOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date** | **Date** | The day to send on | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::STOScheduleOptions.new( date: null ) ```