Sha256: f217ea655a0794a7784fefd27285cb7adf3af9ac8e13ab33c3ea81506f215931

Contents?: true

Size: 687 Bytes

Versions: 10

Compression:

Stored size: 687 Bytes

Contents

# KlaviyoAPI::CatalogVariantCreateQueryResourceObject

## Properties

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

## Example

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-11.1.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-11.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-10.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-9.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-8.0.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-7.1.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-4.2.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-4.1.0 docs/CatalogVariantCreateQueryResourceObject.md
klaviyo-api-sdk-2.0.0 docs/CatalogVariantCreateQueryResourceObject.md