package model type Region struct { Code string `json:"code"` Name string `json:"name"` Level int32 `json:"level"` Parent string `json:"parent"` }