Sha256: c62325c2f75ff92ddc8a48eaa7ca392ccb03f9f8bd4907775846ff82e203eaf7
Contents?: true
Size: 520 Bytes
Versions: 1
Compression:
Stored size: 520 Bytes
Contents
# KlaviyoAPI::OnsiteSubscriptionCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SubscriptionEnum**](SubscriptionEnum.md) | | | | **attributes** | [**OnsiteSubscriptionCreateQueryResourceObjectAttributes**](OnsiteSubscriptionCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::OnsiteSubscriptionCreateQueryResourceObject.new( type: null, attributes: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/OnsiteSubscriptionCreateQueryResourceObject.md |