All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.DescribeBillingForVadminResResultCountryListItemProvinceListItemCityListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * DescribeBillingForVadminResResultCountryListItemProvinceListItemCityListItem
 */
@lombok.Data
public final class DescribeBillingForVadminResResultCountryListItemProvinceListItemCityListItem  {

    /**
     * 

城市编码

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Code") private String code; /** *

城市中文名称

*/ @com.alibaba.fastjson.annotation.JSONField(name = "NameZh") private String nameZh; /** *

城市英文名称

*/ @com.alibaba.fastjson.annotation.JSONField(name = "NameEn") private String nameEn; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy