/* * PowerDNS Authoritative HTTP API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 0.0.13 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package pdnsapi type MapStatisticItemValue struct { // item name Name string `json:"name,omitempty"` // item value Value string `json:"value,omitempty"` }