Sha256: 803573d7684745dec8d727de423bd2359a6619de7264f4331a1a524095d43825

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

# KlaviyoAPI::MetricCreateQuery

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the event. Must be less than 128 characters. |  |
| **service** | **String** | This is for advanced usage. For api requests, this should use the default, which is set to api. | [optional] |

## Example

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

instance = KlaviyoAPI::MetricCreateQuery.new(
  name: Viewed Product,
  service: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/MetricCreateQuery.md
klaviyo-api-sdk-1.2.0 docs/MetricCreateQuery.md
klaviyo-api-sdk-1.1.0 docs/MetricCreateQuery.md