---
title: "DimensionDto"
slug: "common-apidatatype-cidimensiondto"
tags: ["Classic"]
updated: 2026-04-23T08:55:27Z
published: 2026-04-23T09:02:14Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DimensionDto

Classic/VPC 환경에서 이용 가능합니다.

DimensionDto 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String dim;
private String va;;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `dim` | String | Required | Schema 정의 시 지정한 Dimension 이름 - <예시> `{"dim":"type"}` |
| `val` | String | Required | Dimension 값 - <예시> `{"val":"svr"}` |
