Sha256: 6f88bcf050a20950fcb257ce8fc3d962b0e282d9dfd2fd6d291acc1ef8758ff6

Contents?: true

Size: 461 Bytes

Versions: 3

Compression:

Stored size: 461 Bytes

Contents

# KlaviyoAPI::MetricAggregateRowDTO

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **dimensions** | **Array<String>** | List of dimensions associated with this set of measurements |  |
| **measurements** | **Object** | Dictionary of measurement_key, values |  |

## Example

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

instance = KlaviyoAPI::MetricAggregateRowDTO.new(
  dimensions: null,
  measurements: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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