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

8 lines
151 B
Go
Raw Normal View History

2018-01-11 05:41:47 -05:00
package common
type Region struct {
RegionNo string `xml:"regionNo"`
RegionCode string `xml:"regionCode"`
RegionName string `xml:"regionName"`
}