DetailedMapSimpleResponse
- Print
- PDF
DetailedMapSimpleResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the map paging table information.
Syntax
The syntax is as follows.
public class DetailedMap{
private Long id;
private String name;
private String content;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | Long | - | Geo/CIDR map details ID |
name | String | - | Geo/CIDR map details name |
content | String | - | Geo/CIDR map details |
Was this article helpful?