# KlaviyoAPI::CouponUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | A description of the coupon. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponUpdateQueryResourceObjectAttributes.new( description: 10% off for purchases over $50 ) ```