Sha256: 44dcd50f9a3c64c714dc4bb7747b8dc3c75301f25207d0c9fa19d9ccc2d3b26d

Contents?: true

Size: 695 Bytes

Versions: 2

Compression:

Stored size: 695 Bytes

Contents

# PinterestSdkClient::AdsAnalyticsCreateAsyncRequestAllOf1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **columns** | [**Array<ReportingColumnAsync>**](ReportingColumnAsync.md) | Metric and entity columns |  |
| **level** | [**MetricsReportingLevel**](MetricsReportingLevel.md) | Level of the report |  |
| **report_format** | [**DataOutputFormat**](DataOutputFormat.md) | Specification for formatting report data | [optional][default to 'JSON'] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::AdsAnalyticsCreateAsyncRequestAllOf1.new(
  columns: null,
  level: CAMPAIGN,
  report_format: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/AdsAnalyticsCreateAsyncRequestAllOf1.md
pinterest_sdk-1.0.0 docs/AdsAnalyticsCreateAsyncRequestAllOf1.md