Sha256: 7efbe9e65b2894713ce957636f1a6dec82754cc55cf0a648fb4a1cae2d77e470
Contents?: true
Size: 677 Bytes
Versions: 12
Compression:
Stored size: 677 Bytes
Contents
# KlaviyoAPI::ProfileSubscriptionCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileEnum**](ProfileEnum.md) | | | | **id** | **String** | The ID of the profile to subscribe. If provided, this will be used to perform the lookup. | [optional] | | **attributes** | [**ProfileSubscriptionCreateQueryResourceObjectAttributes**](ProfileSubscriptionCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileSubscriptionCreateQueryResourceObject.new( type: null, id: 01GDDKASAP8TKDDA2GRZDSVP4H, attributes: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems