packer-cn/vendor/github.com/NaverCloudPlatform/ncloud-sdk-go/common/region.go

8 lines
151 B
Go

package common
type Region struct {
RegionNo string `xml:"regionNo"`
RegionCode string `xml:"regionCode"`
RegionName string `xml:"regionName"`
}