# KlaviyoAPI::FlowUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | Status you want to update the flow to. ['draft', 'manual', or 'live'] | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::FlowUpdateQueryResourceObjectAttributes.new( status: null ) ```