---
title: "DetailedMapSimpleResponse"
slug: "detailed-map-simple-response"
updated: 2026-07-23T09:04:11Z
published: 2026-07-23T09:04:11Z
canonical: "api.ncloud-docs.com/detailed-map-simple-response"
---

> ## 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.

# DetailedMapSimpleResponse

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

Map 페이징 테이블 정보입니다.

## 구문

구문은 다음과 같습니다.

```
public class DetailedMap{ 
    private Long id;
    private String name;
    private String content;
}
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `id` | Long | - | Geo/CIDR Map 상세 정보 ID |
| `name` | String | - | Geo/CIDR Map 상세 정보 이름 |
| `content` | String | - | Geo/CIDR Map 상세 정보 |
