Sha256: bc202942ddd2ab98c3605a33e9e9bcc45bb267ee0d00af449535906e4de5b11b

Contents?: true

Size: 677 Bytes

Versions: 3

Compression:

Stored size: 677 Bytes

Contents

# KlaviyoAPI::CatalogVariantCreateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**CatalogVariantEnum**](CatalogVariantEnum.md) |  |  |
| **attributes** | [**CatalogVariantCreateQueryResourceObjectAttributes**](CatalogVariantCreateQueryResourceObjectAttributes.md) |  |  |
| **relationships** | [**CatalogVariantCreateQueryResourceObjectRelationships**](CatalogVariantCreateQueryResourceObjectRelationships.md) |  |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::CatalogVariantCreateQueryResourceObject.new(
  type: null,
  attributes: null,
  relationships: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
klaviyo-api-sdk-6.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-5.1.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-5.0.0 docs/CatalogVariantCreateQueryResourceObject.md