# KlaviyoAPI::WebhookCreateQueryResourceObjectRelationshipsWebhookTopicsDataInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**WebhookTopicEnum**](WebhookTopicEnum.md) | | | | **id** | **String** | A list of topics to subscribe to. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::WebhookCreateQueryResourceObjectRelationshipsWebhookTopicsDataInner.new( type: null, id: event:klaviyo.sent_sms ) ```